Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8c422c30
Commit
8c422c30
authored
Mar 28, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* etags.c (just_read_file): Remove dummy variable and simplify.
parent
48011560
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/etags.c
lib-src/etags.c
+2
-4
No files found.
lib-src/ChangeLog
View file @
8c422c30
2011-03-29 Paul Eggert <eggert@cs.ucla.edu>
* etags.c (just_read_file): Remove dummy variable and simplify.
2011-03-27 Glenn Morris <rgm@gnu.org>
* emacsclient.c: Replace SIGTYPE with void.
...
...
lib-src/etags.c
View file @
8c422c30
...
...
@@ -3978,10 +3978,8 @@ Yacc_entries (FILE *inf)
static
void
just_read_file
(
FILE
*
inf
)
{
register
char
*
dummy
;
LOOP_ON_INPUT_LINES
(
inf
,
lb
,
dummy
)
continue
;
while
(
!
feof
(
inf
))
readline
(
&
lb
,
inf
);
}
...
...
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