moved access functions to more locigal places
[libfirm] / filter.awk
index fdef9f0..494e77a 100644 (file)
@@ -1,9 +1,9 @@
 BEGIN           { output = 0
-                 print "#ifndef _FIRM_CONFIG_H"
-                 print "#define _FIRM_CONFIG_H"
+                 print "#ifndef FIRM_CONFIG_FIRM_CONFIG_H"
+                 print "#define FIRM_CONFIG_FIRM_CONFIG_H"
                  print "/* This file was automtically generated from libFirm's configure */"
                 }
 /snap,[ ]*snap/ { output = 0; NEXT }
                 { if (output) print }
 /snip,[ ]*snip/ { output = 1 }
-END             { print "#endif /* _FIRM_CONFIG_H */\n" }
+END             { print "\n#endif\n" }