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.
This commit is contained in:
Daniel Stone 2007-11-05 14:38:28 +00:00
parent 83e5d9e75d
commit 5e363500c8

View File

@ -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)