* gnu_classpath_Pointer.h: Added, required by java_lang_VMThread.h.
authortwisti <none@none>
Thu, 3 Nov 2005 20:18:51 +0000 (20:18 +0000)
committertwisti <none@none>
Thu, 3 Nov 2005 20:18:51 +0000 (20:18 +0000)
src/native/include/Makefile.am
src/native/include/gnu_classpath_Pointer.h [new file with mode: 0644]

index 23b469b69a059053e21e37a05d9f2fb125719768..df3af50eeb75e0c18a5167ecfc2529831cc4f859 100644 (file)
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 3536 2005-11-03 20:08:26Z twisti $
+## $Id: Makefile.am 3539 2005-11-03 20:18:51Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
 NO_GEN_HEADER_FILES = \
+       gnu_classpath_Pointer.h \
        java_lang_ClassLoader.h \
        java_lang_Cloneable.h \
        java_lang_Object.h \
@@ -49,7 +50,6 @@ GEN_HEADER_FILES = \
        java_io_InputStream.h \
        java_io_PrintStream.h \
        \
-       gnu_classpath_Pointer.h \
        gnu_classpath_Pointer32.h \
        gnu_classpath_Pointer64.h \
        java_io_File.h \
diff --git a/src/native/include/gnu_classpath_Pointer.h b/src/native/include/gnu_classpath_Pointer.h
new file mode 100644 (file)
index 0000000..b0eb378
--- /dev/null
@@ -0,0 +1,13 @@
+/* This file is machine generated, don't edit it! */
+
+#ifndef _GNU_CLASSPATH_POINTER_H
+#define _GNU_CLASSPATH_POINTER_H
+
+/* Structure information for class: gnu/classpath/Pointer */
+
+typedef struct gnu_classpath_Pointer {
+   java_objectheader header;
+} gnu_classpath_Pointer;
+
+#endif
+