diff src/syswindows.h @ 4827:11daf37dae4d

more fixes to get a clean compile
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 21:04:44 -0600
parents c12b646d84ee
children b3ea9c582280
line wrap: on
line diff
--- a/src/syswindows.h	Sat Dec 26 21:04:32 2009 -0600
+++ b/src/syswindows.h	Sat Dec 26 21:04:44 2009 -0600
@@ -55,7 +55,8 @@
 
 BEGIN_C_DECLS
 
-#if 0 /* breaks the build, as of GCC 3.4.4 or earlier */
+#if 0 /* breaks the build, as of GCC 3.4.4 or earlier, since the prototype
+         is now declared static */
 /* Fucking GCC complains about "no previous prototype" for inline
    functions.  DUH!  See DECLARE_INLINE_HEADER. */
 extern __inline void *GetCurrentFiber (void);