--- src/usr.bin/make/util.h 2005/08/03 19:48:44 1.15 +++ src/usr.bin/make/util.h 2005/09/24 07:37:01 1.16 @@ -46,6 +46,11 @@ #define CONCAT(a,b) a##b +#define OPEN_PAREN '(' +#define CLOSE_PAREN ')' +#define OPEN_BRACE '{' +#define CLOSE_BRACE '}' + struct flag2str { u_int flag; const char *str;