diff options
| author | K. Handa | 2016-06-01 08:07:18 +0900 |
|---|---|---|
| committer | K. Handa | 2016-06-01 08:07:18 +0900 |
| commit | 4efef3db2fb1c3a20b83a67948e614d9b0c258dd (patch) | |
| tree | c0c08fc308869f7ba3d988594e4a51b69a70325b /src/syntax.c | |
| parent | 694d5e5b56a9d55023ffc292188bd88f6f6cbca6 (diff) | |
| parent | 01030eed9395f5004e7d0721394697d1ca90cc2f (diff) | |
| download | emacs-4efef3db2fb1c3a20b83a67948e614d9b0c258dd.tar.gz emacs-4efef3db2fb1c3a20b83a67948e614d9b0c258dd.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 2 |
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; |