give glue actions an h_ prefix and add H_ACT_APPLY macro
This commit is contained in:
parent
e875dcd19a
commit
dd574bd735
5 changed files with 20 additions and 14 deletions
|
|
@ -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
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue