(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 43081e2..b30635f 100644 (file)
@@ -594,6 +594,7 @@ back_comment (from, from_byte, stop, comnested, comstyle, charpos_ptr, bytepos_p
          break;
 
        default:
+         continue;
        }
     }