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 db400cb416..bb650d3f27 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.6 1997/11/26 03:43:05 momjian Exp $ + * $Id: gramparse.h,v 1.7 1998/02/26 04:42:36 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,7 +18,7 @@ extern void init_io(void); /* from gram.y */ -extern Oid param_type(int t); +extern Oid param_type(int t); extern void parser_init(Oid *typev, int nargs); extern int yyparse(void); |
