mirror of https://gitee.com/bigwinds/arangodb
Fixed fn command
This commit is contained in:
parent
75d2d05b04
commit
f483f1f137
|
@ -75,7 +75,10 @@ for line in f:
|
|||
|
||||
if m:
|
||||
if not comment and not other:
|
||||
print "void dummy_%d ();\n" % count
|
||||
if fn:
|
||||
print "void %s ();\n" % fn
|
||||
else:
|
||||
print "void dummy_%d ();\n" % count
|
||||
|
||||
print "%s" % line
|
||||
|
||||
|
|
Loading…
Reference in New Issue