got rid of "#endif foo.h" type things (which aren't ansi)

CVS patchset: 2019
CVS date: 1998/03/04 16:49:55
This commit is contained in:
ewt 1998-03-04 16:49:55 +00:00
parent a4d37675c2
commit 25231c4272
6 changed files with 6 additions and 6 deletions

View File

@ -16,4 +16,4 @@ int myftw (const char *dir,
int (*func) (void *fl, char *name, struct stat *statp),
void *fl);
#endif _MYFTW_H_
#endif /* _MYFTW_H_ */

View File

@ -13,4 +13,4 @@ char *getGnameS(char *gname);
char *buildHost(void);
time_t *getBuildTime(void);
#endif _NAMES_H_
#endif /* _NAMES_H_ */

View File

@ -124,4 +124,4 @@ char *getFullSource(Spec spec, int num, int flag);
void freeSources(Spec spec);
int parseNoSource(Spec spec, char *field, int tag);
#endif _SPEC_H_
#endif /* _SPEC_H_ */

View File

@ -24,4 +24,4 @@ void faClose(faFile fa);
int faFirstOffset(faFile fa);
int faNextOffset(faFile fa, unsigned int lastOffset); /* 0 at end */
#endif H_FALLOC
#endif /* H_FALLOC */

View File

@ -169,4 +169,4 @@ void headerSort(Header h);
#define HEADER_I18NTABLE 100
#endif H_HEADER
#endif /* H_HEADER */

View File

@ -14,4 +14,4 @@ void stripTrailingBlanksStringBuf(StringBuf sb);
void appendStringBufAux(StringBuf sb, char *s, int nl);
#endif _STRINGBUF_H_
#endif /* _STRINGBUF_H_ */