X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fgifrlib.h;h=7532001963f4204ca6330ca9d103b139f23deae9;hb=c055fb9d54088bf2dff25f6be1a033ff0cea5f92;hp=715cef2985adb56c4f7f02e922476bde0865efc8;hpb=fc475e6669a613cd6d98eb5511c749a23b63c7ac;p=chise%2Fxemacs-chise.git- diff --git a/src/gifrlib.h b/src/gifrlib.h index 715cef2..7532001 100644 --- a/src/gifrlib.h +++ b/src/gifrlib.h @@ -36,11 +36,7 @@ typedef unsigned char GifPixelType; typedef unsigned char * GifRowType; typedef unsigned char GifByteType; -#ifdef SYSV -#define VoidPtr char * -#else #define VoidPtr void * -#endif /* SYSV */ typedef struct GifColorType { GifByteType Red, Green, Blue; @@ -167,7 +163,7 @@ extern void GifWarning(GifFileType *GifFile, const char *err_str); /* This is the in-core version of an extension record */ typedef struct { - int ByteCount; + int ByteCount; GifByteType *Bytes; /* on malloc(3) heap */ } ExtensionBlock;