This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Patch for C9X reference
- To: <gcc-patches at gcc dot gnu dot org>, <java-patches at sources dot redhat dot com>
- Subject: Patch for C9X reference
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Sat, 23 Dec 2000 23:40:36 +0000 (GMT)
I've installed as obvious the following patch to change a reference to C9X
to refer to the actual standard, C99, instead.
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libjava/ChangeLog,v
retrieving revision 1.616
diff -u -r1.616 ChangeLog
--- ChangeLog 2000/12/22 06:19:23 1.616
+++ ChangeLog 2000/12/23 23:38:19
@@ -1,3 +1,7 @@
+2000-12-23 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * java/lang/mprec.h: Change C9X reference to refer to C99.
+
2000-12-22 Bryce McKinlay <bryce@albatross.co.nz>
* java/lang/Throwable.java (trace_enabled): New static field.
Index: java/lang/mprec.h
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/lang/mprec.h,v
retrieving revision 1.6
diff -u -r1.6 mprec.h
--- mprec.h 2000/12/02 00:28:44 1.6
+++ mprec.h 2000/12/23 23:38:20
@@ -51,7 +51,7 @@
extern "C" {
#endif
-/* ISO C9X int type declarations */
+/* ISO C99 int type declarations */
#if !defined HAVE_INT32_DEFINED && defined HAVE_BSD_INT32_DEFINED
typedef u_int32_t uint32_t;
--
Joseph S. Myers
jsm28@cam.ac.uk