fix comments for templates to have same number of # as interfaces

This commit is contained in:
Chris PeBenito 2005-07-12 20:33:42 +00:00
parent 4051d15b62
commit 20a22759a7

View File

@ -34,9 +34,9 @@ define(`gen_require',`
#
define(`template',`
`define(`$1',`
###### begin $1(dollarsstar)
##### begin $1(dollarsstar)
$2
###### end $1(dollarsstar)
##### end $1(dollarsstar)
'')
')