more unnecessary #undef
This commit is contained in:
@@ -58,7 +58,6 @@ static xoff, yoff; /* image centering */
|
|||||||
#undef red
|
#undef red
|
||||||
#undef green
|
#undef green
|
||||||
#undef blue
|
#undef blue
|
||||||
#undef index
|
|
||||||
#ifdef _DCC
|
#ifdef _DCC
|
||||||
#include <clib/graphics_protos.h>
|
#include <clib/graphics_protos.h>
|
||||||
#include <clib/intuition_protos.h>
|
#include <clib/intuition_protos.h>
|
||||||
|
|||||||
@@ -96,11 +96,6 @@ CLIPPING must be defined for the AMIGA version
|
|||||||
#define __asm /* DICE doesn't like __asm */
|
#define __asm /* DICE doesn't like __asm */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __SASC_60
|
|
||||||
#undef index
|
|
||||||
#define index strchr
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef _DCC
|
#ifdef _DCC
|
||||||
#include <clib/intuition_protos.h>
|
#include <clib/intuition_protos.h>
|
||||||
#else
|
#else
|
||||||
|
|||||||
@@ -10,7 +10,9 @@
|
|||||||
|
|
||||||
/* the prototypes in system headers contain useless argument names
|
/* the prototypes in system headers contain useless argument names
|
||||||
that trigger spurious warnings if gcc's `-Wshadow' option is used */
|
that trigger spurious warnings if gcc's `-Wshadow' option is used */
|
||||||
|
#ifdef index
|
||||||
#undef index
|
#undef index
|
||||||
|
#endif
|
||||||
#define index _hide_index_
|
#define index _hide_index_
|
||||||
#define time _hide_time_
|
#define time _hide_time_
|
||||||
|
|
||||||
@@ -18,7 +20,6 @@
|
|||||||
#include <gdk/gdk.h>
|
#include <gdk/gdk.h>
|
||||||
|
|
||||||
#undef index
|
#undef index
|
||||||
#define index strchr
|
|
||||||
#undef time
|
#undef time
|
||||||
|
|
||||||
extern short glyph2tile[]; /* From tile.c */
|
extern short glyph2tile[]; /* From tile.c */
|
||||||
|
|||||||
Reference in New Issue
Block a user