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
cef2010d
Commit
cef2010d
authored
Mar 16, 2011
by
Paul Eggert
Browse files
* lread.c (read1): Rewrite so as not to use empty "else".
parent
d4d7173a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/ChangeLog
src/ChangeLog
+2
-0
src/lread.c
src/lread.c
+3
-2
No files found.
src/ChangeLog
View file @
cef2010d
2011-03-16 Paul Eggert <eggert@cs.ucla.edu>
* lread.c (read1): Rewrite so as not to use empty "else".
* print.c (Fredirect_debugging_output): Fix pointer signedess.
* lisp.h (debug_output_compilation_hack): Add decl here, to avoid
src/lread.c
View file @
cef2010d
...
...
@@ -2781,8 +2781,9 @@ read1 (register Lisp_Object readcharfun, int *pch, int first_in_list)
p
=
read_buffer
+
nchars
;
}
else
/* Otherwise, READ_BUFFER contains only ASCII. */
;
{
/* Otherwise, READ_BUFFER contains only ASCII. */
}
/* We want readchar_count to be the number of characters, not
bytes. Hence we adjust for multibyte characters in the
...
...
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