* src/devices/grohtml/post-html.cpp (text_glob::text_glob):
commitd180038ae0da19655bc2760ae2043efa0550a76c
authorWerner LEMBERG <wl@gnu.org>
Wed, 16 Apr 2003 21:11:07 +0000 (16 21:11 +0000)
committerWerner LEMBERG <wl@gnu.org>
Wed, 16 Apr 2003 21:11:07 +0000 (16 21:11 +0000)
treefc366eb962b1359c5080ad7ce256122f117acf5e
parent252e969ee0bcddd2412fccd55b27acb2ab83d087
* src/devices/grohtml/post-html.cpp (text_glob::text_glob):
Add `const' to second argument.
(html_printer::add_table_end): Add `const' to argument.
* src/devices/grohtml/html-text.cpp (html_text::issue_tag): Add
`const' to arguments.
* src/devices/grohtml/html-text.h: Updated.

* src/devices/grolbp/charset.h (symset): Use `unsigned char'.
* src/devices/grolbp/lbp.h (lbpputc): Use `unsigned char' for
argument.

* src/devices/grotty/tty.cpp (tty_printer::make_rgb_string): Use
cast for integer constant.

* src/preproc/html/pre-html.cpp (image_device): Use `const'.
(writeNbytes): Add `const' to first argument.
(writeString): Add `const' to argument.
(char_buffer::can_see): Add `const' to third argument.
* src/preproc/html/pushback.cpp (pushBackBuffer::isString): Add
`const' to argument.
* src/preproc/html/pushback.h: Updated.

* src/preproc/soelim/soelim.cpp (include_list): Add `const'.
(include_path_append): Add `const' to argument.
(do_file): Updated.

* src/roff/troff/uniglyph.cpp (unicode_to_glyph_list): Use `const'
for `value'.
(unicode_to_glyph_init::unicode_to_glyph_init): Updated.
* src/roff/troff/uniuni.cpp (unicode_decompose_list): Use `const'
for `value'.
(unicode_decompose_init::unicode_decompose_init): Updated.
* src/roff/troff/glyphuni.cpp (glyph_to_unicode_list): Use `const'
for `value'.
(glyph_to_unicode_init::glyph_to_unicode_init): Updated.
* src/roff/troff/input.cc (process_startup_file): Add `const' to
argument.
15 files changed:
ChangeLog
src/devices/grohtml/html-text.cpp
src/devices/grohtml/html-text.h
src/devices/grohtml/post-html.cpp
src/devices/grolbp/charset.h
src/devices/grolbp/lbp.h
src/devices/grotty/tty.cpp
src/preproc/html/pre-html.cpp
src/preproc/html/pushback.cpp
src/preproc/html/pushback.h
src/preproc/soelim/soelim.cpp
src/roff/troff/glyphuni.cpp
src/roff/troff/input.cpp
src/roff/troff/uniglyph.cpp
src/roff/troff/uniuni.cpp