OSDN Git Service

2000-03-07 Neil Booth <NeilB@earthling.net>
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Mar 2000 23:11:06 +0000 (23:11 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Mar 2000 23:11:06 +0000 (23:11 +0000)
commitbcc40c631a5e0ec9e81eb70abf48571b929c51cd
treea31f6a5cd8330056644174c9c5293dea5cb41041
parentb3a51f073f1740c823b84bced70c3324e2ae60e0
2000-03-07  Neil Booth  <NeilB@earthling.net>

* cppexp.c (struct operation, left_shift, right_shift,
cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
"int"s to "unsigned int"s.
* cpplib.c (detect_if_not_defined, do_assert, do_unassert):
Similarly.
* cpplib.h: Update for above.
* mkdeps.c (deps_init, deps_calc_target): Cast pointers
returned from allocations.

* cppinit.c (opt_comp, parse_options): New functions.
(handle_option): Use parse_option to parse a single command
line option, that possibly takes an argument.
(cpp_handle_options): Sort the array of command line options on
first invocation (non-ASCII hosts only).
(print_help): Update.

2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>

* mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32394 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cppexp.c
gcc/cppinit.c
gcc/cpplib.c
gcc/cpplib.h
gcc/mkdeps.c