2011-11-03 20:18:57 +00:00

6 lines
76 B
Plaintext

#name : -ifndef(...). ... -endif.
# key: ifndef
# --
-ifndef($1).
$0
-endif.