1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-25 13:17:41 +03:00

Ye-old pgindent run. Same 4-space tabs.

This commit is contained in:
Bruce Momjian
2000-04-12 17:17:23 +00:00
parent db4518729d
commit 52f77df613
434 changed files with 24799 additions and 21246 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: gramparse.h,v 1.11 2000/01/26 05:58:26 momjian Exp $
* $Id: gramparse.h,v 1.12 2000/04/12 17:16:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,7 +18,7 @@
/* from scan.l */
extern void init_io(void);
extern int yylex(void);
extern void yyerror(const char * message);
extern void yyerror(const char *message);
/* from gram.y */
extern Oid param_type(int t);