emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103249: lwlib trivia.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103249: lwlib trivia.
Date: Sat, 12 Feb 2011 18:07:25 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103249
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2011-02-12 18:07:25 -0800
message:
  lwlib trivia.
  
  * lwlib/lwlib-utils.c (index, rindex): Don't undef (neither used in lwlib/,
  nor set in config.h).
modified:
  lwlib/ChangeLog
  lwlib/lwlib-utils.c
=== modified file 'lwlib/ChangeLog'
--- a/lwlib/ChangeLog   2011-02-11 03:41:17 +0000
+++ b/lwlib/ChangeLog   2011-02-13 02:07:25 +0000
@@ -1,3 +1,8 @@
+2011-02-13  Glenn Morris  <address@hidden>
+
+       * lwlib-utils.c (index, rindex): Don't undef (neither used in lwlib/,
+       nor set in config.h).
+
 2011-02-11  Glenn Morris  <address@hidden>
 
        * Makefile.in (USE_X_TOOLKIT, RM, TOOLKIT_DEFINES): Remove.

=== modified file 'lwlib/lwlib-utils.c'
--- a/lwlib/lwlib-utils.c       2011-02-10 05:03:29 +0000
+++ b/lwlib/lwlib-utils.c       2011-02-13 02:07:25 +0000
@@ -24,13 +24,6 @@
 #include <config.h>
 #endif
 
-/* Definitions of these in config.h can cause
-   declaration conflicts later on between declarations for index
-   and declarations for strchr.  This file doesn't use
-   index and rindex, so cancel them.  */
-#undef index
-#undef rindex
-
 #include <setjmp.h>
 #include <lisp.h>
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]