diff options
Diffstat (limited to 'src/XKBfileInt.h')
-rw-r--r-- | src/XKBfileInt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/XKBfileInt.h b/src/XKBfileInt.h index dbaf825..c5f5145 100644 --- a/src/XKBfileInt.h +++ b/src/XKBfileInt.h @@ -39,7 +39,6 @@ { _XkbErrCode= (c); _XkbErrLocation= (l); _XkbErrData= (d); } #endif -#ifndef XKB_IN_SERVER #define _XkbAlloc(s) malloc((s)) #define _XkbCalloc(n,s) calloc((n),(s)) @@ -59,7 +58,6 @@ #endif #endif -#endif _XFUNCPROTOBEGIN |