[java] remove generated file from the repository
Matthias Klose
doko@cs.tu-berlin.de
Sat Jun 9 00:43:00 GMT 2007
Remove libjava/classpath/include/config-int.h from the repository,
which was wrongly re-added in the classpath-0.95 merge. Committed to
the trunk, fixing bootstraps on various non-linux architectures.
Matthias
2007-06-07 Matthias Klose <doko@ubuntu.com>
PR libgcj/32227
* include/config-int.h: Delete, it is a generated file.
Index: libjava/classpath/include/config-int.h
===================================================================
--- libjava/classpath/include/config-int.h (revision 125527)
+++ libjava/classpath/include/config-int.h (working copy)
@@ -1,9 +0,0 @@
-#ifndef _CLASSPATH_INCLUDE_CONFIG_INT_H
-#define _CLASSPATH_INCLUDE_CONFIG_INT_H 1
-#ifndef _GENERATED_STDINT_H
-#define _GENERATED_STDINT_H "classpath 0.95"
-/* generated using gnu compiler gcc (GCC) 4.1.2 20070403 (Red Hat 4.1.2-8) */
-#define _STDINT_HAVE_STDINT_H 1
-#include <stdint.h>
-#endif
-#endif
More information about the Java-patches
mailing list