aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-07-25 06:46:28 +0000
committerRichard M. Stallman1998-07-25 06:46:28 +0000
commit341989bef39bf16c705d63933b0475febdbc4d7f (patch)
tree7da71edf1cc4777f6f7930ca9c00eef4236dec81 /src
parent24b0b52b1151cbf0295a383eaf1610c48cc0b143 (diff)
downloademacs-341989bef39bf16c705d63933b0475febdbc4d7f.tar.gz
emacs-341989bef39bf16c705d63933b0475febdbc4d7f.zip
(HAVE_STRING_H): Move #undef here.
Diffstat (limited to 'src')
-rw-r--r--src/s/aix3-2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h
index 2073ccf928d..9866ea9dbda 100644
--- a/src/s/aix3-2.h
+++ b/src/s/aix3-2.h
@@ -47,3 +47,8 @@
47 the internationalization code causes the modifier keys C, M and Shift 47 the internationalization code causes the modifier keys C, M and Shift
48 to beep after a mouse click. */ 48 to beep after a mouse click. */
49#define X11R5_INHIBIT_I18N 49#define X11R5_INHIBIT_I18N
50
51/* string.h defines rindex as a macro, at least with native cc, so we
52 lose declaring char * rindex without this.
53 It is just a guess which versions of AIX need this definition. */
54#undef HAVE_STRING_H