]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-family/c-common.c
configure.in (extra_c_objs): add prefix.o.
authorDave Brolley <brolley@cygnus.com>
Thu, 21 May 1998 08:54:04 +0000 (08:54 +0000)
committerDave Brolley <brolley@gcc.gnu.org>
Thu, 21 May 1998 08:54:04 +0000 (04:54 -0400)
commitc87248620c69e3cc5234e16889c7051b372cb61a
tree90fed89e61e9fd2bf61cf04959aef270cf529fdb
parent39d6585022489902100df3dc47f799183c6aeac1
configure.in (extra_c_objs): add prefix.o.

Thu May 21 11:51:15 1998  Dave Brolley  <brolley@cygnus.com>
* configure.in (extra_c_objs): add prefix.o.
(extra_cxx_objs): extra objects for C++ with cpplib.
* configure: Regenerate.
* c-tree.h: (get_directive_line): Different prototype for cpplib.
(GET_DIRECTIVE_LINE): Macro wrapper for get_directive_line.
* c-lex.h: (get_directive_line): Not needed here for cpplib.
* c-lex.c: (yy_cur,yy_lim,yy_get_token): Move to c-common.c.
(GET_DIRECTIVE_LINE): Move to c-common.c and rename to get_directive_line.
* c-common.c (parse_in,parse_options,cpp_token): Declare for cpplib.
(yy_cur,yy_lim,yy_get_token,get_directive,line): Moved here from c-lex.c

From-SVN: r19926
gcc/ChangeLog
gcc/c-common.c
gcc/c-lex.c
gcc/c-lex.h
gcc/c-tree.h
gcc/configure
gcc/configure.in