Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fb2d3129
Commit
fb2d3129
authored
Nov 15, 2001
by
Pavel Janík
Browse files
Comment fixes.
parent
1997815f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lib-src/make-docfile.c
lib-src/make-docfile.c
+4
-4
No files found.
lib-src/make-docfile.c
View file @
fb2d3129
...
...
@@ -79,7 +79,7 @@ FILE *outfile;
/* Name this program was invoked with. */
char
*
progname
;
/* Print error message. `s1' is printf control string, `s2' is arg for it. */
/* Print error message. `s1' is printf control string, `s2' is arg for it.
*/
/* VARARGS1 */
void
...
...
@@ -201,7 +201,7 @@ char buf[128];
/* Some state during the execution of `read_c_string_or_comment'. */
struct
rcsoc_state
{
/* A count of spaces and newlines that have been read, but not output. */
/* A count of spaces and newlines that have been read, but not output.
*/
unsigned
pending_spaces
,
pending_newlines
;
/* Where we're reading from. */
...
...
@@ -280,7 +280,7 @@ scan_keyword_or_put_char (ch, state)
/* Reset the scanning pointer. */
state
->
cur_keyword_ptr
=
state
->
keyword
;
/* Canonicalize whitespace preceding a usage string. */
/* Canonicalize whitespace preceding a usage string.
*/
state
->
pending_newlines
=
2
;
state
->
pending_spaces
=
0
;
...
...
@@ -526,7 +526,7 @@ scan_c_file (filename, mode)
return
0
;
}
/* Reset extension to be able to detect duplicate files. */
/* Reset extension to be able to detect duplicate files.
*/
filename
[
strlen
(
filename
)
-
1
]
=
extension
;
c
=
'\n'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment