diff options
author | Neil Booth <neilb@earthling.net> | 2000-09-24 10:42:09 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2000-09-24 10:42:09 +0000 |
commit | 838f313bbdf80d22aca1751d272efc3c58c2b870 (patch) | |
tree | cc48c49fb97eab0d2417c46c7dfcc7a7a9fb8e95 /gcc/cpplex.c | |
parent | c5412f0646a072dde262a8643ee2494fd55884eb (diff) | |
download | gcc-838f313bbdf80d22aca1751d272efc3c58c2b870.zip gcc-838f313bbdf80d22aca1751d272efc3c58c2b870.tar.gz gcc-838f313bbdf80d22aca1751d272efc3c58c2b870.tar.bz2 |
cpplex.c: Update TODO comment.
* cpplex.c: Update TODO comment.
* cpplib.c (do_error, do_warning): Merge common code of
do_error and do_warning into do_diagnostic. Use it.
(do_diagnostic): New function.
* cpplib.h: Fix comment typo.
From-SVN: r36587
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r-- | gcc/cpplex.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c index a7a6f99..720574b 100644 --- a/gcc/cpplex.c +++ b/gcc/cpplex.c @@ -24,12 +24,9 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ Cleanups to do:- -o Check line numbers assigned to all errors. o Distinguish integers, floats, and 'other' pp-numbers. o Store ints and char constants as binary values. o New command-line assertion syntax. -o Work towards functions in cpperror.c taking a message level parameter. - If we do this, merge the common code of do_warning and do_error. o Comment all functions, and describe macro expansion algorithm. o Move as much out of header files as possible. o Remove single quote pairs `', and some '', from diagnostics. |