comparison lib-src/ChangeLog @ 40136:7cc9c2cf37c5

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Sun, 21 Oct 2001 14:44:58 +0000
parents 8526e3fdd0f0
children 70666c5c7f94
comparison
equal deleted inserted replaced
40135:bdb68c5326f5 40136:7cc9c2cf37c5
1 2001-10-21 Miles Bader <miles@gnu.org> 1 2001-10-21 Miles Bader <miles@gnu.org>
2 2
3 * make-docfile.c (read_c_string_or_comment): Add SAW_USAGE 3 * make-docfile.c (struct rcsoc_state): New type.
4 (read_c_string_or_comment): Add SAW_USAGE
4 parameter, and implement scanning for a `usage:' keyword. 5 parameter, and implement scanning for a `usage:' keyword.
6 Use a variable of type `rcsoc_state' to hold most of our state.
7 (put_char): Add STATE parameter, and remove all other parameters
8 except CH. Use STATE to get access to all needed state.
9 (scan_keyword_or_put_char): New function.
5 (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment. 10 (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
6 Don't output a usage-string if there was one in the doc-string. 11 Don't output a usage-string if there was one in the doc-string.
7 12
8 2001-10-20 Gerd Moellmann <gerd@gnu.org> 13 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9 14