summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2007-11-05 14:38:28 +0000
committerDaniel Stone <daniel@fooishbar.org>2007-11-05 14:38:28 +0000
commit5e363500c86042c394595e1a6633581eb8fcd1bb (patch)
tree3ef4982b12489dacb7b756e9277bbcd01ff11b27
parent83e5d9e75d0fa1135e2c9d8b59caee98c3291681 (diff)
OS: Remove ALLOCATE_LOCAL from os.h
Remove ALLOCATE_LOCAL_FALLBACK and DEALLOCATE_LOCAL_FALLBACK from os.h, and remove the include of Xalloca.h as well.
-rw-r--r--include/os.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/os.h b/include/os.h
index a87b739b9..c53a9ea8b 100644
--- a/include/os.h
+++ b/include/os.h
@@ -50,9 +50,6 @@ SOFTWARE.
#define OS_H
#include "misc.h"
-#define ALLOCATE_LOCAL_FALLBACK(_size) Xalloc((unsigned long)(_size))
-#define DEALLOCATE_LOCAL_FALLBACK(_ptr) Xfree((pointer)(_ptr))
-#include <X11/Xalloca.h>
#include <stdarg.h>
#define NullFID ((FID) 0)