projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ca3bd
)
Remove bogus extern for 'descriptors' variable, which is in fact static.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 14 Apr 2000 01:26:49 +0000
(
01:26
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 14 Apr 2000 01:26:49 +0000
(
01:26
+0000)
Some compilers object to seeing extern and later static ...
src/interfaces/ecpg/preproc/extern.h
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/extern.h
b/src/interfaces/ecpg/preproc/extern.h
index 779985ac16914ab0c1b9a94e907368bb65fbe8ea..5628e30dd1eb0acc46f341953f6dc638afd76594 100644
(file)
--- a/
src/interfaces/ecpg/preproc/extern.h
+++ b/
src/interfaces/ecpg/preproc/extern.h
@@
-36,7
+36,6
@@
extern struct when when_error,
when_nf,
when_warn;
extern struct ECPGstruct_member *struct_member_list[STRUCT_DEPTH];
-extern struct descriptor *descriptors;
/* functions */