mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dmx: Delete '#undef Xmalloc' and friends.
Nothing in dmx uses these names any more, and it builds cleanly without trying to undef them. Signed-off-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
This commit is contained in:
@@ -38,11 +38,6 @@
|
||||
#include "dmxfont.h"
|
||||
#include "dmxsync.h"
|
||||
|
||||
#undef Xmalloc
|
||||
#undef Xcalloc
|
||||
#undef Xrealloc
|
||||
#undef Xfree
|
||||
|
||||
#include "glxserver.h"
|
||||
#include <GL/glxtokens.h>
|
||||
#include "g_disptab.h"
|
||||
|
||||
@@ -35,11 +35,6 @@
|
||||
#include "dmx.h"
|
||||
#include "dmxlog.h"
|
||||
|
||||
#undef Xmalloc
|
||||
#undef Xcalloc
|
||||
#undef Xrealloc
|
||||
#undef Xfree
|
||||
|
||||
#include "glxserver.h"
|
||||
|
||||
#include <windowstr.h>
|
||||
|
||||
@@ -39,11 +39,6 @@
|
||||
#include "dmxfont.h"
|
||||
#include "dmxcb.h"
|
||||
|
||||
#undef Xmalloc
|
||||
#undef Xcalloc
|
||||
#undef Xrealloc
|
||||
#undef Xfree
|
||||
|
||||
#include "glxserver.h"
|
||||
#include "glxext.h"
|
||||
#include "g_disptab.h"
|
||||
|
||||
@@ -38,11 +38,6 @@
|
||||
#include "dmxpixmap.h"
|
||||
#include "dmxfont.h"
|
||||
|
||||
#undef Xmalloc
|
||||
#undef Xcalloc
|
||||
#undef Xrealloc
|
||||
#undef Xfree
|
||||
|
||||
#include "glxserver.h"
|
||||
#include "glxext.h"
|
||||
#include "g_disptab.h"
|
||||
|
||||
Reference in New Issue
Block a user