* Changed RawData to Pointer (classpath-0.18 change).
authortwisti <none@none>
Sat, 10 Sep 2005 14:07:49 +0000 (14:07 +0000)
committertwisti <none@none>
Sat, 10 Sep 2005 14:07:49 +0000 (14:07 +0000)
src/native/include/.cvsignore
src/native/include/Makefile.am

index 7d185b85563c414b0145b7a37cae6f885cea15f2..05c9b35c6b611f8ec6994fc3083626b1cae4b34c 100644 (file)
@@ -1,7 +1,7 @@
 Makefile
 Makefile.in
 
-gnu_classpath_RawData.h
+gnu_classpath_Pointer.h
 gnu_classpath_VMStackWalker.h
 gnu_classpath_VMSystemProperties.h
 java_io_File.h
index b8094dd15093dea601890749fafaeda9d291868a..73ff7e09598094f4d5dedd613661e7386f463ca6 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 3149 2005-09-05 20:13:25Z twisti $
+## $Id: Makefile.am 3159 2005-09-10 14:07:49Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -48,7 +48,7 @@ GEN_HEADER_FILES = \
        java_io_InputStream.h \
        java_io_PrintStream.h \
        \
-       gnu_classpath_RawData.h \
+       gnu_classpath_Pointer.h \
        java_io_File.h \
        java_lang_Boolean.h \
        java_lang_Byte.h \