1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

Another pgindent run with updated typedefs.

This commit is contained in:
Bruce Momjian
2003-08-08 21:42:59 +00:00
parent 0e2b12bd96
commit 46785776c4
109 changed files with 811 additions and 808 deletions

View File

@@ -19,7 +19,8 @@ create_s(void)
return p;
}
extern void lose_s(symbol * p)
extern void
lose_s(symbol * p)
{
free((char *) p - HEAD);
}