Commit 04550d3c authored by Bruce Momjian's avatar Bruce Momjian

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

parent c42d3b3c
...@@ -51,6 +51,7 @@ do ...@@ -51,6 +51,7 @@ do
line1 !~ "^struct" && line1 !~ "^struct" &&
line1 !~ "^enum" && line1 !~ "^enum" &&
line1 !~ "^typedef" && line1 !~ "^typedef" &&
line1 !~ "\"C\"" &&
line1 !~ "=" ) line1 !~ "=" )
print "int pgindent_func_no_var_fix;"; print "int pgindent_func_no_var_fix;";
line1 = line2; line1 = line2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment