aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorDave Love2000-07-14 17:49:13 +0000
committerDave Love2000-07-14 17:49:13 +0000
commit89a1d3feb1b6abbfce844331065ec3e316d2824a (patch)
treeae0c2f345ff1d5227cda47cc282cc1cc2da0cf52 /src/syntax.c
parent1c84e5119439a7d6116326da52f0fb0235088219 (diff)
downloademacs-89a1d3feb1b6abbfce844331065ec3e316d2824a.tar.gz
emacs-89a1d3feb1b6abbfce844331065ec3e316d2824a.zip
(back_comment): Add null default in switch for pcc.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c1
1 files changed, 1 insertions, 0 deletions
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
594 break; 594 break;
595 595
596 default: 596 default:
597 continue;
597 } 598 }
598 } 599 }
599 600