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
9c46aab9
Commit
9c46aab9
authored
Jul 03, 2012
by
Paul Eggert
Browse files
* make-docfile.c (scan_c_file): Suppress GCC warning.
parent
e2017fe2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/make-docfile.c
lib-src/make-docfile.c
+1
-1
No files found.
lib-src/ChangeLog
View file @
9c46aab9
2012-07-03 Paul Eggert <eggert@cs.ucla.edu>
* make-docfile.c (scan_c_file): Suppress GCC warning.
2012-06-29 Tom Tromey <tromey@redhat.com>
* make-docfile.c (enum global_type) <FUNCTION>: New constant.
...
...
lib-src/make-docfile.c
View file @
9c46aab9
...
...
@@ -747,7 +747,7 @@ scan_c_file (char *filename, const char *mode)
int
defvarperbufferflag
=
0
;
int
defvarflag
=
0
;
enum
global_type
type
=
INVALID
;
char
*
name
;
char
*
name
IF_LINT
(
=
0
)
;
if
(
c
!=
'\n'
&&
c
!=
'\r'
)
{
...
...
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