summaryrefslogtreecommitdiff
path: root/src/XpmI.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-11-10 21:03:44 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-11-10 21:04:10 -0800
commit696be14bcb4daef5280b425e297223c6ae530cb5 (patch)
treed17367cb2809ef8924054e4e0abf78ad0e4bf5ba /src/XpmI.h
parent29972ebbb2409bcba87637069a7ad9a958b3325d (diff)
Assume C89 and just use const, not local Const macro
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/XpmI.h')
-rw-r--r--src/XpmI.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/XpmI.h b/src/XpmI.h
index e6885da..9690622 100644
--- a/src/XpmI.h
+++ b/src/XpmI.h
@@ -306,12 +306,6 @@ FUNC(xpm_znormalizeimagebits, void, (register unsigned char *bp,
#define ZINDEX1(x, y, img) ((y) * img->bytes_per_line) + ((x) >> 3)
#endif /* not AMIGA */
-#ifdef __STDC__
-#define Const const
-#else
-#define Const /**/
-#endif
-
#ifdef NEED_STRDUP
FUNC(xpmstrdup, char *, (char *s1));
#else