diff options
| author | Kenichi Handa | 2010-01-18 10:07:25 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-01-18 10:07:25 +0900 |
| commit | b7235808116742ec0a7aacbe53fb80db13ce5ef7 (patch) | |
| tree | de1a69bba2232b000b9166c3f9accc3f9672c1fa /lib-src | |
| parent | f0d138880a572e2b064d5af2668cd3a54a1d0a1e (diff) | |
| parent | f53a65903cdb66a73b919617054a69ce8042e495 (diff) | |
| download | emacs-b7235808116742ec0a7aacbe53fb80db13ce5ef7.tar.gz emacs-b7235808116742ec0a7aacbe53fb80db13ce5ef7.zip | |
Add bug number.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index 8cdd47957f6..d49dcf930af 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -6297,7 +6297,7 @@ readline (lbp, stream) | |||
| 6297 | readline (lbp, stream); | 6297 | readline (lbp, stream); |
| 6298 | return; | 6298 | return; |
| 6299 | } /* if a real #line directive */ | 6299 | } /* if a real #line directive */ |
| 6300 | } /* if #line is followed by a a number */ | 6300 | } /* if #line is followed by a number */ |
| 6301 | } /* if line begins with "#line " */ | 6301 | } /* if line begins with "#line " */ |
| 6302 | 6302 | ||
| 6303 | /* If we are here, no #line directive was found. */ | 6303 | /* If we are here, no #line directive was found. */ |