diff options
Diffstat (limited to 'src/include/parser/gramparse.h')
-rw-r--r-- | src/include/parser/gramparse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h index 96168936851..2fb04acd560 100644 --- a/src/include/parser/gramparse.h +++ b/src/include/parser/gramparse.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: gramparse.h,v 1.4 1997/09/08 02:38:11 momjian Exp $ + * $Id: gramparse.h,v 1.5 1997/09/08 21:53:37 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,7 +18,7 @@ extern void init_io(void); /* from gram.y */ -extern void parser_init(Oid * typev, int nargs); +extern void parser_init(Oid *typev, int nargs); extern int yyparse(void); #endif /* GRAMPARSE_H */ |