Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / libjava / classpath / include / gnu_java_nio_charset_iconv_IconvDecoder.h
index c708d75..3e8c97c 100644 (file)
@@ -14,6 +14,15 @@ JNIEXPORT void JNICALL Java_gnu_java_nio_charset_iconv_IconvDecoder_openIconv (J
 JNIEXPORT jint JNICALL Java_gnu_java_nio_charset_iconv_IconvDecoder_decode (JNIEnv *env, jobject, jbyteArray, jcharArray, jint, jint, jint, jint);
 JNIEXPORT void JNICALL Java_gnu_java_nio_charset_iconv_IconvDecoder_closeIconv (JNIEnv *env, jobject);
 
+#undef java_nio_charset_CharsetDecoder_STATE_RESET
+#define java_nio_charset_CharsetDecoder_STATE_RESET 0L
+#undef java_nio_charset_CharsetDecoder_STATE_CODING
+#define java_nio_charset_CharsetDecoder_STATE_CODING 1L
+#undef java_nio_charset_CharsetDecoder_STATE_END
+#define java_nio_charset_CharsetDecoder_STATE_END 2L
+#undef java_nio_charset_CharsetDecoder_STATE_FLUSHED
+#define java_nio_charset_CharsetDecoder_STATE_FLUSHED 3L
+
 #ifdef __cplusplus
 }
 #endif