From 3b2d0f240f8ac4013f5d403fefba30a4abb0b4d4 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 18 Dec 2014 15:44:42 +0100 Subject: [skel] update of *.h --- skel/h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'skel') 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")+>_ */ -- cgit v1.2.3