Changed ifndef snippet to #ifndef
This makes it consistent with the other C macro snippets
This commit is contained in:
parent
f878039dd6
commit
979b9cd49d
@ -8,7 +8,7 @@ snippet def "#define ..."
|
||||
#define ${1}
|
||||
endsnippet
|
||||
|
||||
snippet ifndef "#ifndef ... #define ... #endif"
|
||||
snippet #ifndef "#ifndef ... #define ... #endif"
|
||||
#ifndef ${1/([A-Za-z0-9_]+).*/$1/}
|
||||
#define ${1:SYMBOL} ${2:value}
|
||||
#endif /* ifndef $1 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user