diff src/syswindows.h @ 4824:c12b646d84ee

changes to get things to compile under latest cygwin
author Ben Wing <ben@xemacs.org>
date Thu, 24 Dec 2009 19:45:23 -0600
parents 112f6ed44299
children 11daf37dae4d
line wrap: on
line diff
--- a/src/syswindows.h	Mon Dec 21 13:51:39 2009 -0700
+++ b/src/syswindows.h	Thu Dec 24 19:45:23 2009 -0600
@@ -55,10 +55,12 @@
 
 BEGIN_C_DECLS
 
+#if 0 /* breaks the build, as of GCC 3.4.4 or earlier */
 /* Fucking GCC complains about "no previous prototype" for inline
    functions.  DUH!  See DECLARE_INLINE_HEADER. */
 extern __inline void *GetCurrentFiber (void);
 extern __inline void *GetFiberData (void);
+#endif
 
 END_C_DECLS