diff options
Diffstat (limited to 'src/include/parser/gramparse.h')
-rw-r--r-- | src/include/parser/gramparse.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h index 11cfa97019d..67ed5940f27 100644 --- a/src/include/parser/gramparse.h +++ b/src/include/parser/gramparse.h @@ -1,24 +1,24 @@ /*------------------------------------------------------------------------- * * gramparse.h-- - * scanner support routines. used by both the bootstrap lexer + * scanner support routines. used by both the bootstrap lexer * as well as the normal lexer * * Copyright (c) 1994, Regents of the University of California * - * $Id: gramparse.h,v 1.2 1996/11/10 03:05:41 momjian Exp $ + * $Id: gramparse.h,v 1.3 1997/09/07 04:59:31 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef GRAMPARSE_H -#define GRAMPARSE_H /* include once only */ +#define GRAMPARSE_H /* include once only */ /* from scan.l */ -extern void init_io(void); +extern void init_io(void); /* from gram.y */ -extern void parser_init(Oid *typev, int nargs); -extern int yyparse(void); +extern void parser_init(Oid * typev, int nargs); +extern int yyparse(void); -#endif /* GRAMPARSE_H */ +#endif /* GRAMPARSE_H */ |