]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 690a585b6414375dc4e6b55dde86b7983b8a3fd4..8bdb71c582b3319125fb8e3e188939edfe314abe 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 3c5b627f98ca665213171c080c6eb30ba1ac7674..a287ed0e4bded33774f746804e9a3c39e9b16b25 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