1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Adjust pgindent for newer awks.

Nigel J. Andrews
This commit is contained in:
Bruce Momjian 2003-09-28 00:25:22 +00:00
parent b4ca39b956
commit a994d5984f

View File

@ -55,7 +55,7 @@ do
line1 !~ "^typedef" &&
line1 !~ "^extern[ ][ ]*\"C\"" &&
line1 !~ "=" &&
line1 ~ ")")
line1 ~ "\)")
print "int pgindent_func_no_var_fix;";
line1 = line2;
}