Add check for 'extern "C"' for pgindent.

This commit is contained in:
Bruce Momjian 2001-11-02 23:43:24 +00:00
parent c42d3b3c24
commit 04550d3c90
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ do
line1 !~ "^struct" &&
line1 !~ "^enum" &&
line1 !~ "^typedef" &&
line1 !~ "\"C\"" &&
line1 !~ "=" )
print "int pgindent_func_no_var_fix;";
line1 = line2;