* src/skeleton.h: Fix the #endif.

Reported by Magnus Fromreide.
This commit is contained in:
Akim Demaille
2002-05-01 10:28:05 +00:00
parent b756bb754c
commit 8a9566d401
3 changed files with 8 additions and 2 deletions

View File

@@ -73,4 +73,4 @@ extern FILE* skel_in;
int skel_lex PARAMS ((yystype *yylval, yyltype *yylloc))
YY_DECL;
#endif SKELETON_H_
#endif /* ! SKELETON_H_ */