]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - cpp.cfg
Merge branch 'terencehill/countrylist_removal' into 'master'
[xonotic/xonotic-data.pk3dir.git] / cpp.cfg
diff --git a/cpp.cfg b/cpp.cfg
index a44161dd74f771753b1fc1ebe0e8ff472095344b..16cab2284d87fe20237cce1f40aaf03f105c0b2c 100644 (file)
--- a/cpp.cfg
+++ b/cpp.cfg
@@ -1,11 +1,11 @@
 alias _dont        ""
 alias _do          "$*"
-                  
+
 set _ifstack       ""
 alias #            "$_ifstack $*"
 
-alias #ifeq        "set _ifnew_$1 _dont; set _ifnew_$2 _do; _ifeq_2 _ifnew_$1"
-alias #ifneq       "set _ifnew_$1 _do; set _ifnew_$2 _dont; _ifeq_2 _ifnew_$1"
+alias #ifeq        "set \"_ifnew_$1\" _dont; set \"_ifnew_$2\" _do; _ifeq_2 \"_ifnew_$1\""
+alias #ifneq       "set \"_ifnew_$1\" _do; set \"_ifnew_$2\" _dont; _ifeq_2 \"_ifnew_$1\""
 alias _ifeq_2      "set _ifstack \"${$1} $_ifstack\""
 alias #else        "_else_2$_ifstack"
 alias _else_2_do   "set _ifstack \"_dont ${* q?}\""