From 381166d48e97ccf1bbc9c747bd11e61b7b0c8155 Mon Sep 17 00:00:00 2001 From: Bernardo Innocenti Date: Sun, 25 Jul 2004 19:54:37 +0200 Subject: * decl.c: Rename all identifiers named `class' to `cl'. From-SVN: r85152 --- gcc/java/decl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/java/decl.c') diff --git a/gcc/java/decl.c b/gcc/java/decl.c index c61d426..9da83fc 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -499,7 +499,7 @@ tree builtin_function (const char *name, tree type, int function_code, - enum built_in_class class, + enum built_in_class cl, const char *library_name, tree ARG_UNUSED (attrs)) { @@ -510,7 +510,7 @@ builtin_function (const char *name, SET_DECL_ASSEMBLER_NAME (decl, get_identifier (library_name)); make_decl_rtl (decl, NULL); pushdecl (decl); - DECL_BUILT_IN_CLASS (decl) = class; + DECL_BUILT_IN_CLASS (decl) = cl; DECL_FUNCTION_CODE (decl) = function_code; return decl; } -- cgit v1.1