Go to file
Ziemowit Laski bc09584679 c-common.h (lookup_interface): Remove prototype.
[gcc/ChangeLog]
2004-09-01  Ziemowit Laski  <zlaski@apple.com>

	* c-common.h (lookup_interface): Remove prototype.
	(is_class_name): Rename to objc_is_class_name.
	(lookup_objc_ivar): Rename to objc_lookup_ivar.
	(get_current_scope): Rename to objc_get_current_scope.
	* c-decl.c (get_current_scope): Rename to objc_get_current_scope.
	* c-parse.in (parmlist_or_identifiers_1): Get rid of unused variable.
	(yylexname): Call objc_is_class_name() instead of is_class_name().
	* c-typeck.c (build_external_ref): Call objc_lookup_ivar()
	instead of lookup_objc_ivar().
	* stub-objc.c (lookup_interface): Remove stub.
	(is_class_name): Rename to objc_is_class_name.
	(lookup_objc_ivar): Rename to objc_lookup_ivar.

[gcc/objc/ChangeLog]
2004-09-01  Ziemowit Laski  <zlaski@apple.com>

	* objc-act.c (lookup_interface): Make function 'static' and add a
	local prototype.
	(objc_check_decl, get_class_reference, objc_declare_alias,
	objc_declare_class, objc_is_object_ptr): Call objc_is_class_name()
	instead of is_class_name().
	(get_super_receiver, objc_clear_super_receiver): Call
	objc_get_current_scope() instead of get_current_scope().
	(is_class_name): Rename to objc_is_class_name.
	(lookup_objc_ivar): Rename to objc_lookup_ivar.

From-SVN: r86879
2004-09-01 07:55:39 +00:00
boehm-gc
config Makefile.in: Move BOOT_CFLAGS above host makefile fragment include. 2004-08-31 20:34:59 -07:00
contrib Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00
fastjar
fixincludes Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00
gcc c-common.h (lookup_interface): Remove prototype. 2004-09-01 07:55:39 +00:00
include
INSTALL
intl
libada
libbanshee
libcpp
libffi Fix brown-bag typo in ChangeLog entry. 2004-08-30 17:04:14 +00:00
libgfortran error.c (generate_error): Set both iostat and library_return. 2004-08-31 23:43:21 +00:00
libiberty
libjava AttributedString.java (AttributedString): Use ArrayList to build array of attribute ranges. 2004-08-31 11:50:40 +02:00
libmudflap
libobjc
libstdc++-v3 Daily bump. 2004-09-01 00:16:11 +00:00
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
ChangeLog Makefile.tpl (sorry): Remove. 2004-09-01 07:44:54 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure Makefile.tpl (sorry): Remove. 2004-09-01 07:44:54 +00:00
configure.in Makefile.tpl (sorry): Remove. 2004-09-01 07:44:54 +00:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def Made fixincludes a toplevel build module. 2004-08-31 09:27:00 +00:00
Makefile.in Makefile.tpl (sorry): Remove. 2004-09-01 07:44:54 +00:00
Makefile.tpl Makefile.tpl (sorry): Remove. 2004-09-01 07:44:54 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.