diff options
author | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-07-08 18:11:43 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-07-08 18:11:43 +0000 |
commit | b622a383be65aaf3ed882495aa71a12fc18426d5 (patch) | |
tree | cd36a29fcb586c2a4c4a20650c7657a5795ce6b4 /libjava | |
parent | 7039a4155170e5aeeefe23555cb4ed2b5ea77a2b (diff) | |
download | gcc-b622a383be65aaf3ed882495aa71a12fc18426d5.tar.gz |
Actually add libjava/gnu/gcj/convert/make-trie.h.
From-SVN: r137636
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/gnu/gcj/convert/make-trie.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libjava/gnu/gcj/convert/make-trie.h b/libjava/gnu/gcj/convert/make-trie.h new file mode 100644 index 00000000000..bbe20a5ccd8 --- /dev/null +++ b/libjava/gnu/gcj/convert/make-trie.h @@ -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); |