* lread.c (read1): Rewrite so as not to use empty "else".
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Mar 2011 21:29:13 +0000 (14:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Mar 2011 21:29:13 +0000 (14:29 -0700)
src/ChangeLog
src/lread.c

index 690a585..8bdb71c 100644 (file)
@@ -1,5 +1,7 @@
 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
index 3c5b627..a287ed0 100644 (file)
@@ -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