Pull in variables defined in structs; had too many tabs.

This commit is contained in:
Bruce Momjian 2001-11-04 21:27:41 +00:00
parent 430cd88a18
commit 3bb110ebb3

View File

@ -1459,7 +1459,7 @@ do
sed 's;/\*---X_X;/* ---;g' |
# workaround indent bug
sed 's;^static[ ][ ]*;static ;g' |
sed 's;^}[ ][ ]*/\*;} /*;' |
sed 's;^}[ ][ ]*;} ;' |
# pull in #endif comments
sed 's;^#endif[ ][ ]*/\*;#endif /*;' |
# work around #else indenting next line if #ifdef defines variables at top