Teach cparser how to parse (f)(void);, i.e. global declarations can start with a (.
[cparser] / driver / firm_codegen.h
1 #ifndef FIRM_CODEGEN_H
2 #define FIRM_CODEGEN_H
3
4 /* Calls the specified backend. */
5 void do_codegen(FILE *out, const char *asm_file_name);
6
7 #endif /* FIRM_CODEGEN_H */