This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] fix setjmp.h ifdef hackery


This fixes a slight bit of ifdef hackery that was breaking the i386-elf
port.

OK?

-eric

-- 
Eric Christopher <echristo@redhat.com>


2004-04-06  Eric Christopher  <echristo@redhat.com>

	* libc/include/machine/setjmp.h: Fix endif locations.
Index: setjmp.h
===================================================================
RCS file: /cvs/cvsfiles/gnupro/newlib/libc/include/machine/setjmp.h,v
retrieving revision 1.4
diff -u -p -w -r1.4 setjmp.h
--- setjmp.h	16 Mar 2004 18:55:58 -0000	1.4
+++ setjmp.h	7 Apr 2004 05:56:51 -0000
@@ -203,6 +203,7 @@ typedef	_JBTYPE jmp_buf[_JBLEN];
 #else
 typedef	int jmp_buf[_JBLEN];
 #endif
+#endif
 
 _END_STD_C
 
@@ -235,4 +236,3 @@ typedef int sigjmp_buf[_JBLEN+2];
 }
 #endif
 #endif /* __CYGWIN__ or __rtems__ */
-#endif

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]