changeset 2274:8e1339255ca7

[xemacs-hg @ 2004-09-15 04:26:15 by james] Remove an extra extern declaration on Windows platforms.
author james
date Wed, 15 Sep 2004 04:26:16 +0000
parents d7fdca8d2684
children 445bd1969ed0
files src/ChangeLog src/gifrlib.h
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Sep 14 21:51:04 2004 +0000
+++ b/src/ChangeLog	Wed Sep 15 04:26:16 2004 +0000
@@ -1,3 +1,7 @@
+2004-09-14  Jerry James  <james@xemacs.org>
+
+	* gifrlib.h: Remove redundant extern declarations.
+
 2004-09-14  Jerry James  <james@xemacs.org>
 
 	* doprnt.c (emacs_doprnt_1): Change message to msg to eliminate a
--- a/src/gifrlib.h	Tue Sep 14 21:51:04 2004 +0000
+++ b/src/gifrlib.h	Wed Sep 15 04:26:16 2004 +0000
@@ -145,11 +145,9 @@
 ******************************************************************************/
 extern void GifSetErrorFunc(GifFileType *GifFile, Gif_error_func func, VoidPtr data);
 extern void GifSetWarningFunc(GifFileType *GifFile, Gif_error_func func, VoidPtr data);
-extern DECLARE_DOESNT_RETURN (GifInternError(GifFileType *GifFile,
-					     int errnum));
+DECLARE_DOESNT_RETURN (GifInternError(GifFileType *GifFile, int errnum));
 extern void GifInternWarning(GifFileType *GifFile, int errnum);
-extern DECLARE_DOESNT_RETURN (GifError(GifFileType *GifFile,
-				       const char *err_str));
+DECLARE_DOESNT_RETURN (GifError(GifFileType *GifFile, const char *err_str));
 extern void GifWarning(GifFileType *GifFile, const char *err_str);
 
 /*****************************************************************************