Go to file
Zack Weinberg 4d9a1b48f9 c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF.
1999-02-15 16:59 -0500  Zack Weinberg  <zack@midnite.ec.rhno.columbia.edu>
	* c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF.
	* c-lex.c: Likewise.
	* cpplib.c (cpp_push_buffer, cpp_pop_buffer): Use a linked
	list in malloced memory for the buffer stack.
	(cpp_get_token): Don't pop the last buffer off the stack.
	Calls after CPP_EOF has been returned produce CPP_EOF with no
	state change.
	(cpp_finish): Pop last buffer here.
	(do_line): Don't free ip->last_nominal_fname if it is equal to
	ip->fname.
	(special_symbol): If a T_CONST is the empty string, push a
	single `@ ' escape instead.
	(macroexpand): Special symbol buffers have escapes too.
	* cpplib.h (struct cpp_buffer): Remove unused fields, add prev
	buffer pointer.
	(struct cpp_reader): Remove buffer_stack.  Add
	buffer_stack_depth.
	(CPP_PREV_BUFFER, CPP_NULL_BUFFER): Buffer stack is now a
	linked list.

From-SVN: r25218
1999-02-15 14:04:21 +00:00
config
contrib
etc
gcc c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF. 1999-02-15 14:04:21 +00:00
include
INSTALL
libchill
libf2c bump lib[IU]77's Version.c 1999-02-14 14:06:31 -05:00
libiberty Makefile.in: Change mkstemp -> mkstemps. 1999-02-09 08:40:23 -05:00
libio * gen-params (VTABLE_LABEL_PREFIX): Handle windows32. 1999-02-10 04:04:34 -07:00
libobjc
libstdc++ * Makefile.in (stuff2): Tweak. 1999-02-07 10:57:14 -05:00
texinfo
.cvsignore
ChangeLog configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of the old name config/mh-cygwin32. 1999-02-09 14:01:11 -07:00
config-ml.in
config.guess
config.if
config.sub
configure
configure.in configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of the old name config/mh-cygwin32. 1999-02-09 14:01:13 -07:00
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.in
missing
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.


Check the INSTALL directory for detailed configuration and installation
instructions.


Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.