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

6 lines
73 B
Plaintext

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