diff options
author | Martin Mares <mj@ucw.cz> | 2000-04-28 17:11:10 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-04-28 17:11:10 +0200 |
commit | 2edb31b097018be00f29cb7647432c4c2c8b99ba (patch) | |
tree | 8ce8b05508d6c044c5c1f60888e7ae0fbc80e628 /conf/gen_parser.m4 | |
parent | decc99fbbdba3394a5c611e2914b4d74aa6742a9 (diff) | |
download | bird-2edb31b097018be00f29cb7647432c4c2c8b99ba.tar bird-2edb31b097018be00f29cb7647432c4c2c8b99ba.zip |
Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines,
C declarations etc.).
Diffstat (limited to 'conf/gen_parser.m4')
-rw-r--r-- | conf/gen_parser.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/gen_parser.m4 b/conf/gen_parser.m4 index 70f2c2e..74385f3 100644 --- a/conf/gen_parser.m4 +++ b/conf/gen_parser.m4 @@ -19,6 +19,7 @@ m4_define(DNL, `m4_dnl') # Define macros for defining sections m4_define(CF_ZONE, `m4_divert($1)/* $2 from m4___file__ */') m4_define(CF_HDR, `CF_ZONE(1, Headers)') +m4_define(CF_DEFINES, `CF_ZONE(1, Defines)') m4_define(CF_DECLS, `CF_ZONE(2, Declarations)') m4_define(CF_GRAMMAR, `CF_ZONE(3, Grammar)') m4_define(CF_CODE, `CF_ZONE(4, C Code)') |