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:
Chris PeBenito 2020-03-18 12:41:57 -04:00 committed by GitHub
commit 0e9b6995cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ define(`interface',` dnl
`define(`$1',` dnl
pushdef(`policy_call_depth',incr(policy_call_depth)) dnl
policy_m4_comment(policy_call_depth,begin `$1'(dollarsstar)) dnl
$2
$2 dnl
popdef(`policy_call_depth') dnl
policy_m4_comment(policy_call_depth,end `$1'(dollarsstar)) dnl
'')