diff options
Diffstat (limited to 'Build/source/texk/web2c/window')
-rw-r--r-- | Build/source/texk/web2c/window/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/window/x11-Xt.c | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/window/ChangeLog b/Build/source/texk/web2c/window/ChangeLog index 37b7f73099d..f4cbc778bfc 100644 --- a/Build/source/texk/web2c/window/ChangeLog +++ b/Build/source/texk/web2c/window/ChangeLog @@ -1,3 +1,7 @@ +2008-02-29 Peter Breitenlohner <peb@mppmu.mpg.de> + + * x11-Xt.c: remove unused preprocessor stuff (FOIL...). + 2008-01-29 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.in: Add @configure_input@ line. diff --git a/Build/source/texk/web2c/window/x11-Xt.c b/Build/source/texk/web2c/window/x11-Xt.c index c22a586fb92..00f9f0924c4 100644 --- a/Build/source/texk/web2c/window/x11-Xt.c +++ b/Build/source/texk/web2c/window/x11-Xt.c @@ -9,11 +9,6 @@ /* For wchar_t et al., that the X files might want. */ #include <kpathsea/systypes.h> -/* See xdvik/xdvi.h for the purpose of the FOIL... */ -#ifdef FOIL_X_WCHAR_T -#define wchar_t foil_x_defining_wchar_t -#define X_WCHAR -#endif #undef input /* the XWMHints structure has a field named `input' */ #undef output #include <X11/Xlib.h> |