OSDN Git Service

Actually add libjava/gnu/gcj/convert/make-trie.h.
authorrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Jul 2008 18:11:43 +0000 (18:11 +0000)
committerrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Jul 2008 18:11:43 +0000 (18:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137636 138bc75d-0d04-0410-961f-82ee72b054a4

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);