summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2007-06-28 15:47:37 +0000
committerTom Tromey <tromey@redhat.com>2007-06-28 15:47:37 +0000
commite07e72e56228ea89b6c9c18c6ce3ca26eb7941ba (patch)
treec3f60d744f955d275cf862bff4b5191b33aeac59 /include
parentcfb185f5037ae33b5e268c5b90391165f589d94f (diff)
downloadclasspath-e07e72e56228ea89b6c9c18c6ce3ca26eb7941ba.tar.gz
* include/jni.h: Fixed local variables.
Diffstat (limited to 'include')
-rw-r--r--include/jni.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/include/jni.h b/include/jni.h
index 63e664669..1c9be9584 100644
--- a/include/jni.h
+++ b/include/jni.h
@@ -1,5 +1,5 @@
/* jni.h
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006 Free Software Foundation
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 Free Software Foundation
This file is part of GNU Classpath.
@@ -1640,13 +1640,15 @@ typedef struct JDK1_1AttachArgs
/* Keep c-font-lock-extra-types in alphabetical order. */
-/* Local Variables: */
-/* c-font-lock-extra-types: ("\\sw+_t"
- "JNIEnv" "JNINativeMethod" "JavaVM" "JavaVMOption" "jarray"
- "jboolean" "jbooleanArray" "jbyte" "jbyteArray" "jchar" "jcharArray"
- "jclass" "jdouble" "jdoubleArray" "jfieldID" "jfloat" "jfloatArray"
- "jint" "jintArray" "jlong" "jlongArray" "jmethodID" "jobject" "jstring" "jthrowable"
- "jvalue" "jweak") */
-/* End: */
+/*
+Local Variables:
+c-font-lock-extra-types: ("\\sw+_t" \
+ "JNIEnv" "JNINativeMethod" "JavaVM" "JavaVMOption" "jarray" \
+ "jboolean" "jbooleanArray" "jbyte" "jbyteArray" "jchar" "jcharArray" \
+ "jclass" "jdouble" "jdoubleArray" "jfieldID" "jfloat" "jfloatArray" \
+ "jint" "jintArray" "jlong" "jlongArray" "jmethodID" "jobject" \
+ "jstring" "jthrowable" "jvalue" "jweak")
+End:
+*/
#endif /* _CLASSPATH_JNI_H */