X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=cpp.cfg;h=16cab2284d87fe20237cce1f40aaf03f105c0b2c;hp=a44161dd74f771753b1fc1ebe0e8ff472095344b;hb=91bd86fc694af8c3555cc465d4d75250a8528b5e;hpb=c0d65d7a90b8b33bdc976b2e70c8467b7736bcea diff --git a/cpp.cfg b/cpp.cfg index a44161dd7..16cab2284 100644 --- 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?}\""