give glue actions an h_ prefix and add H_ACT_APPLY macro

This commit is contained in:
Sven M. Hallberg 2013-01-17 18:31:13 +01:00
parent e875dcd19a
commit dd574bd735
5 changed files with 20 additions and 14 deletions

View file

@ -262,10 +262,11 @@ const HParsedToken* act_message(const HParseResult *p) {
return H_MAKE_TOKEN(dns_message_t, msg);
}
#define act_hdzero act_ignore
#define act_hdzero h_act_ignore
#define act_qname act_index0
///
// Parser / Grammar
///