c-common.h: Update comments about ObjC/ObjC++ entry points.
authorZiemowit Laski <zlaski@apple.com>
Sat, 28 Aug 2004 20:58:56 +0000 (20:58 +0000)
committerZiemowit Laski <zlaski@gcc.gnu.org>
Sat, 28 Aug 2004 20:58:56 +0000 (20:58 +0000)
commite5a002e3537c91307b395d94b9292ce735d5d1c1
tree1139533b6dad212124a620afe1309ed4b3b484f3
parent7984a2f04bb29eff5850be9f99c2ef0f879c862a
c-common.h: Update comments about ObjC/ObjC++ entry points.

[gcc/ChangeLog]
2004-08-28  Ziemowit Laski  <zlaski@apple.com>

* 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  <zlaski@apple.com>

* 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  <zlaski@apple.com>

* objc-act.c (objc_is_reserved_word): New function.

From-SVN: r86702
gcc/ChangeLog
gcc/c-common.h
gcc/c-lex.c
gcc/c-tree.h
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/objc/ChangeLog
gcc/objc/objc-act.c
gcc/stub-objc.c