Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1e042160
Commit
1e042160
authored
Jul 15, 2002
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(scan_c_file): Warn about missing `usage' info.
parent
c72fcfc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/make-docfile.c
lib-src/make-docfile.c
+3
-0
No files found.
lib-src/ChangeLog
View file @
1e042160
2002-07-15 Stefan Monnier <monnier@cs.yale.edu>
* make-docfile.c (scan_c_file): Warn about missing `usage' info.
2002-07-05 Jonathan Kamens <jik@kamens.brookline.ma.us>
* b2m.pl: Obey the rmail file and use the unpruned header
...
...
lib-src/make-docfile.c
View file @
1e042160
...
...
@@ -722,6 +722,9 @@ scan_c_file (filename, mode)
fprintf
(
outfile
,
"
\n\n
"
);
write_c_args
(
outfile
,
buf
,
argbuf
,
minargs
,
maxargs
);
}
else
if
(
defunflag
&&
maxargs
==
-
1
&&
!
saw_usage
)
/* The DOC should provide the usage form. */
fprintf
(
stderr
,
"Missing `usage' for function `%s'.
\n
"
,
buf
);
}
}
eof:
...
...
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