From 11a35d8f8b4f3342ab92cb342c1760c5cf89831e Mon Sep 17 00:00:00 2001 From: zlaski Date: Sat, 28 Aug 2004 20:58:56 +0000 Subject: [gcc/ChangeLog] 2004-08-28 Ziemowit Laski * c-common.h: Update comments about ObjC/ObjC++ entry points. (objc_is_reserved_word): New prototype. (get_current_scope, objc_mark_locals_volatile): Move prototypes to separate section; these are call-backs. * c-lex.c (c_lex_with_flags): Call objc_is_reserved_word() to detect ObjC/ObjC++ "@" keywords. * c-tree.h (get_current_scope, objc_mark_locals_volatile): Remove prototypes; they already live in c-common.h. * stub-objc.c: Update copyright notice. (objc_is_reserved_word): New stub. [gcc/cp/ChangeLog] 2004-08-28 Ziemowit Laski * Make-lang.in (CXX_OBJS): Split up into CXX_OBJS and CXX_AND_OBJCXX_OBJS. (CXX_C_OBJS): Include in CXX_AND_OBJCXX_OBJS instead of listing separately on the link line. [gcc/objc/ChangeLog] 2004-08-28 Ziemowit Laski * objc-act.c (objc_is_reserved_word): New function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86702 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c-tree.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/c-tree.h') diff --git a/gcc/c-tree.h b/gcc/c-tree.h index f9f06eb517c..851b3a4beb9 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -307,8 +307,6 @@ extern bool c_eh_initialized_p; /* In c-decl.c */ extern void c_finish_incomplete_decl (tree); -extern void *get_current_scope (void); -extern void objc_mark_locals_volatile (void *); extern void c_write_global_declarations (void); /* In order for the format checking to accept the C frontend -- cgit v1.2.1