mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
pgindent run on all C files. Java run to follow. initdb/regression
tests pass.
This commit is contained in:
@ -22,7 +22,6 @@ extern char *yytext,
|
||||
|
||||
#ifdef YYDEBUG
|
||||
extern int yydebug;
|
||||
|
||||
#endif
|
||||
extern int yylineno,
|
||||
yyleng;
|
||||
@ -67,7 +66,7 @@ extern void whenever_action(int);
|
||||
extern void add_descriptor(char *, char *);
|
||||
extern void drop_descriptor(char *, char *);
|
||||
extern struct descriptor *lookup_descriptor(char *, char *);
|
||||
extern struct variable *descriptor_variable(const char *name,int input);
|
||||
extern struct variable *descriptor_variable(const char *name, int input);
|
||||
extern void add_variable(struct arguments **, struct variable *, struct variable *);
|
||||
extern void append_variable(struct arguments **, struct variable *, struct variable *);
|
||||
extern void dump_variables(struct arguments *, int);
|
||||
|
Reference in New Issue
Block a user