]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_STRING_H): Move #undef here.
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Jul 1998 06:46:28 +0000 (06:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Jul 1998 06:46:28 +0000 (06:46 +0000)
src/s/aix3-2.h

index 2073ccf928d0269233b0e28a651c554d48f04e8e..9866ea9dbdaf7ce199c5cf4b6552b5d4863653e9 100644 (file)
@@ -47,3 +47,8 @@
    the internationalization code causes the modifier keys C, M and Shift
    to beep after a mouse click.  */
 #define X11R5_INHIBIT_I18N
+
+/* string.h defines rindex as a macro, at least with native cc, so we
+   lose declaring char * rindex without this.
+   It is just a guess which versions of AIX need this definition.  */
+#undef HAVE_STRING_H