6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: -ifndef(...). ... -endif.
|
|
# --
|
|
-ifndef($1).
|
|
$0
|
|
-endif. |