summaryrefslogtreecommitdiff
path: root/gcc/pretty-print.h
Commit message (Collapse)AuthorAgeFilesLines
* * diagnostic.h (output_formatted_scalar): Rename fromgdr2002-08-121-3/+4
| | | | | | | | | | | | | | | | | | | output_formatted_integer. * diagnostic.def: Add DK_DEBUG. * diagnostic.c (output_decimal): Adjust. (output_long_decimal): Likewise. (output_unsigned_decimal): Likewise. (output_octal): Likewise. (output_long_octal): Likewise. (output_hexadecimal): Likewise. (output_long_hexadecimal): Likewise. * c-pretty-print.c (pp_c_type_specifier): New function. (pp_c_specifier_qualifier_list): Likewise. (pp_c_abstract_declarator): Likewise. (pp_c_char): Replace pp_format_integer with pp_format_scalar. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56236 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-07-29 Gabriel Dos Reis <gdr@nerim.net>gdr2002-07-291-1/+14
| | | | | | | | | | | | | | | | | * Makefile.in (C_OBJS): Include c-pretty-print.o (c-pretty-print.o): Add depency rule. * pretty-print.h: Add more macros. * c-pretty-print.c: New file. * c-pretty-print.h: Likewise. cp/ 2002-07-29 Gabriel Dos Reis <gdr@nerim.net> * Make-lang.in (CXX_C_OBJS): Include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55845 138bc75d-0d04-0410-961f-82ee72b054a4
* * pretty-print.h: Define more macros.gdr2002-07-291-25/+44
| | | | | | | | * diagnostic.h (output_formatted_integer): Moved from... * diagnostic.c: ... here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55833 138bc75d-0d04-0410-961f-82ee72b054a4
* * pretty-print.h: Add macros from cp/error.cgdr2002-07-241-14/+23
| | | | | | | `:w git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55703 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-07-23 Gabriel Dos Reis <gdr@nerim.net>gdr2002-07-231-0/+58
* pretty-print.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55684 138bc75d-0d04-0410-961f-82ee72b054a4