lwlib trivia.
* lwlib/lwlib-utils.c (index, rindex): Don't undef (neither used in lwlib/, nor set in config.h).
This commit is contained in:
parent
57e96f8e22
commit
c9a6cefc7a
2 changed files with 5 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-02-13 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* lwlib-utils.c (index, rindex): Don't undef (neither used in lwlib/,
|
||||
nor set in config.h).
|
||||
|
||||
2011-02-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (USE_X_TOOLKIT, RM, TOOLKIT_DEFINES): Remove.
|
||||
|
|
|
@ -24,13 +24,6 @@ Boston, MA 02110-1301, USA. */
|
|||
#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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue