diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 22:34:53 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 22:34:53 +0000 |
commit | 524f0c4019266cde4fb5b6aaf008576e4e266a1c (patch) | |
tree | e04909d8f7efef588ecf5b034183af04dbc5316d /gcc/po | |
parent | 4b486d9bb149ed4b867a93ca110bbb0f3edfec8b (diff) | |
download | gcc-524f0c4019266cde4fb5b6aaf008576e4e266a1c.tar.gz |
* cpphash.h (_cpp_digraph_spellings, _cpp_process_directive,
_cpp_can_paste): New library-internal prototypes.
* cpplex.c (dump_param_spelling, output_line_command,
output_token, cpp_scan_buffer, cpp_scan_buffer_nooutput,
cpp_printf, cpp_output_list): Move to cppoutput.c.
(process_directive, can_paste, digraph_spellings): Add _cpp_ prefix.
* cppmacro.c (dump_macro_args, cpp_dump_definition) Move to
cppoutput.c.
* cppoutput.c (dump_macro_args, cpp_dump_definition, output_token,
dump_param_spelling, output_line_command, cpp_scan_buffer,
cpp_scan_buffer_nooutput, cpp_printf, cpp_output_list): Moved
from elsewhere.
* Makefile.in: Add cppoutput.c.
* po/POTFILES.in: Add cppoutput.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36634 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/po')
-rw-r--r-- | gcc/po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/po/POTFILES.in b/gcc/po/POTFILES.in index 1621153ccfe..66eccf9ac05 100644 --- a/gcc/po/POTFILES.in +++ b/gcc/po/POTFILES.in @@ -599,6 +599,7 @@ cpplex.c cpplib.c cpplib.h cppmain.c +cppoutput.c cppspec.c #crtstuff.c is part of the GCC library cse.c |