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, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index fc8c666cec4..1c3f644aec5 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -708,7 +708,7 @@ back_comment (ptrdiff_t from, ptrdiff_t from_byte, ptrdiff_t stop,
708 ptrdiff_t comment_end = from; 708 ptrdiff_t comment_end = from;
709 ptrdiff_t comment_end_byte = from_byte; 709 ptrdiff_t comment_end_byte = from_byte;
710 ptrdiff_t comstart_pos = 0; 710 ptrdiff_t comstart_pos = 0;
711 ptrdiff_t comstart_byte IF_LINT (= 0); 711 ptrdiff_t comstart_byte;
712 /* Place where the containing defun starts, 712 /* Place where the containing defun starts,
713 or 0 if we didn't come across it yet. */ 713 or 0 if we didn't come across it yet. */
714 ptrdiff_t defun_start = 0; 714 ptrdiff_t defun_start = 0;