]> git.eshelyaron.com Git - emacs.git/commitdiff
(back_comment): Add null default in switch for pcc.
authorDave Love <fx@gnu.org>
Fri, 14 Jul 2000 17:49:13 +0000 (17:49 +0000)
committerDave Love <fx@gnu.org>
Fri, 14 Jul 2000 17:49:13 +0000 (17:49 +0000)
src/syntax.c

index 43081e279456f674db9be5310953d484e31a09d5..b30635f062da0a4d13110e14c3b6cd0e6b265b40 100644 (file)
@@ -594,6 +594,7 @@ back_comment (from, from_byte, stop, comnested, comstyle, charpos_ptr, bytepos_p
          break;
 
        default:
+         continue;
        }
     }