From: Dave Love Date: Fri, 14 Jul 2000 17:49:13 +0000 (+0000) Subject: (back_comment): Add null default in switch for pcc. X-Git-Tag: emacs-pretest-21.0.90~2819 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89a1d3feb1b6abbfce844331065ec3e316d2824a;p=emacs.git (back_comment): Add null default in switch for pcc. --- diff --git a/src/syntax.c b/src/syntax.c index 43081e27945..b30635f062d 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -594,6 +594,7 @@ back_comment (from, from_byte, stop, comnested, comstyle, charpos_ptr, bytepos_p break; default: + continue; } }