Merge pull request #194 from dburgener/support-dnl
Add dnl builtins to places in support macros where blocks ending in n…
This commit is contained in:
commit
0e9b6995cd
|
@ -81,7 +81,7 @@ define(`interface',` dnl
|
||||||
`define(`$1',` dnl
|
`define(`$1',` dnl
|
||||||
pushdef(`policy_call_depth',incr(policy_call_depth)) dnl
|
pushdef(`policy_call_depth',incr(policy_call_depth)) dnl
|
||||||
policy_m4_comment(policy_call_depth,begin `$1'(dollarsstar)) dnl
|
policy_m4_comment(policy_call_depth,begin `$1'(dollarsstar)) dnl
|
||||||
$2
|
$2 dnl
|
||||||
popdef(`policy_call_depth') dnl
|
popdef(`policy_call_depth') dnl
|
||||||
policy_m4_comment(policy_call_depth,end `$1'(dollarsstar)) dnl
|
policy_m4_comment(policy_call_depth,end `$1'(dollarsstar)) dnl
|
||||||
'')
|
'')
|
||||||
|
|
Loading…
Reference in New Issue