From: twisti Date: Thu, 3 Nov 2005 20:18:51 +0000 (+0000) Subject: * gnu_classpath_Pointer.h: Added, required by java_lang_VMThread.h. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=4ef9314a27f4771121b0825b2567b172653b3b0b;p=cacao.git * gnu_classpath_Pointer.h: Added, required by java_lang_VMThread.h. --- diff --git a/src/native/include/Makefile.am b/src/native/include/Makefile.am index 23b469b69..df3af50ee 100644 --- a/src/native/include/Makefile.am +++ b/src/native/include/Makefile.am @@ -28,11 +28,12 @@ ## ## 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 index 000000000..b0eb378e0 --- /dev/null +++ b/src/native/include/gnu_classpath_Pointer.h @@ -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 +