summaryrefslogtreecommitdiff
path: root/skel
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2014-12-18 15:44:42 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2014-12-18 15:44:42 +0100
commit3b2d0f240f8ac4013f5d403fefba30a4abb0b4d4 (patch)
tree2b0f2506a1e6c86dbac542b72e67cf414ba1e75f /skel
parent3e96b69d271a918b8f71dce65594860517c40118 (diff)
[skel] update of *.h
Diffstat (limited to 'skel')
-rw-r--r--skel/h8
1 files changed, 4 insertions, 4 deletions
diff --git a/skel/h b/skel/h
index dbdaa9f..f536d56 100644
--- a/skel/h
+++ b/skel/h
@@ -1,7 +1,7 @@
/*
This file is a part of Qosmos ixEngine.
- Copyright Qosmos 2000-<+strftime("%Y")+> - All rights reserved
+ Copyright Qosmos 2000-<+strftime("%Y")+> - All rights reserved
This computer program and all its components are protected by
authors' rights and copyright law and by international treaties.
@@ -12,9 +12,9 @@
to the maximum extent possible under the law.
*/
-#ifndef <+substitute(toupper(expand("%:t")), "\\.", "_", "g")+>
-#define <+substitute(toupper(expand("%:t")), "\\.", "_", "g")+>
+#ifndef <+substitute(toupper(expand("%:t")), "[\\.-]", "_", "g")+>_
+#define <+substitute(toupper(expand("%:t")), "[\\.-]", "_", "g")+>_
<=CURSOR=>
-#endif /* <+substitute(toupper(expand("%:t")), "\\.", "_", "g")+> */
+#endif /* <+substitute(toupper(expand("%:t")), "[\\.-]", "_", "g")+>_ */