diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-09-10 10:36:02 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-09-10 10:36:02 +0000 |
commit | 81b3411cdf96d7160aad803388a8e522501646f6 (patch) | |
tree | e509e10c1be6e5513d27d5310b0f2d791b23761d /gcc/ch/expr.c | |
parent | ed5511d94eaa6e0ac388aad1999bf11d647d3906 (diff) | |
download | gcc-81b3411cdf96d7160aad803388a8e522501646f6.zip gcc-81b3411cdf96d7160aad803388a8e522501646f6.tar.gz gcc-81b3411cdf96d7160aad803388a8e522501646f6.tar.bz2 |
Move declarations and building code for common tree nodes to tree.[ch]
From-SVN: r29266
Diffstat (limited to 'gcc/ch/expr.c')
-rw-r--r-- | gcc/ch/expr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ch/expr.c b/gcc/ch/expr.c index 5781e38..b919fde 100644 --- a/gcc/ch/expr.c +++ b/gcc/ch/expr.c @@ -34,7 +34,6 @@ Boston, MA 02111-1307, USA. */ extern char **boolean_code_name; extern int flag_old_strings; -extern tree long_unsigned_type_node; extern int ignore_case; extern int special_UC; |