Actually add libjava/gnu/gcj/convert/make-trie.h.
authorRalf Wildenhues <rwild@gcc.gnu.org>
Tue, 8 Jul 2008 18:11:43 +0000 (18:11 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Tue, 8 Jul 2008 18:11:43 +0000 (18:11 +0000)
From-SVN: r137636

libjava/gnu/gcj/convert/make-trie.h [new file with mode: 0644]

diff --git a/libjava/gnu/gcj/convert/make-trie.h b/libjava/gnu/gcj/convert/make-trie.h
new file mode 100644 (file)
index 0000000..bbe20a5
--- /dev/null
@@ -0,0 +1,13 @@
+/* Copyright (C) 2008  Free Software Foundation
+
+   This file is part of libgcj.
+
+This software is copyrighted work licensed under the terms of the
+Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
+details.  */
+
+#include <stddef.h>
+
+extern void print_table (char *name, FILE *out);
+
+extern void enter (int key, int value);