aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/syntax.c b/src/syntax.c
index d463f7e93db..338dd854f22 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -3196,8 +3196,6 @@ do { prev_from = from; \
3196 && (c1 = FETCH_CHAR (from_byte), 3196 && (c1 = FETCH_CHAR (from_byte),
3197 syntax = SYNTAX_WITH_FLAGS (c1), 3197 syntax = SYNTAX_WITH_FLAGS (c1),
3198 SYNTAX_FLAGS_COMSTART_SECOND (syntax))) 3198 SYNTAX_FLAGS_COMSTART_SECOND (syntax)))
3199 /* Duplicate code to avoid a complex if-expression
3200 which causes trouble for the SGI compiler. */
3201 { 3199 {
3202 /* Record the comment style we have entered so that only 3200 /* Record the comment style we have entered so that only
3203 the comment-end sequence of the same style actually 3201 the comment-end sequence of the same style actually