diff options
| author | Miles Bader | 2007-08-13 13:41:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-13 13:41:28 +0000 |
| commit | 37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch) | |
| tree | 7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /lib-src | |
| parent | 031b6333283be57d971e557b83da31c6be937b0a (diff) | |
| parent | 9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff) | |
| download | emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index f4322e8c0f8..0412137496f 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -2883,7 +2883,7 @@ static void make_C_tag __P((bool)); | |||
| 2883 | * function or variable, or corresponds to a typedef, or | 2883 | * function or variable, or corresponds to a typedef, or |
| 2884 | * is a struct/union/enum tag, or #define, or an enum constant. | 2884 | * is a struct/union/enum tag, or #define, or an enum constant. |
| 2885 | * | 2885 | * |
| 2886 | * *IS_FUNC gets TRUE iff the token is a function or #define macro | 2886 | * *IS_FUNC gets TRUE if the token is a function or #define macro |
| 2887 | * with args. C_EXTP points to which language we are looking at. | 2887 | * with args. C_EXTP points to which language we are looking at. |
| 2888 | * | 2888 | * |
| 2889 | * Globals | 2889 | * Globals |
| @@ -4803,7 +4803,7 @@ Pascal_functions (inf) | |||
| 4803 | int save_lineno, namelen, taglen; | 4803 | int save_lineno, namelen, taglen; |
| 4804 | char c, *name; | 4804 | char c, *name; |
| 4805 | 4805 | ||
| 4806 | bool /* each of these flags is TRUE iff: */ | 4806 | bool /* each of these flags is TRUE if: */ |
| 4807 | incomment, /* point is inside a comment */ | 4807 | incomment, /* point is inside a comment */ |
| 4808 | inquote, /* point is inside '..' string */ | 4808 | inquote, /* point is inside '..' string */ |
| 4809 | get_tagname, /* point is after PROCEDURE/FUNCTION | 4809 | get_tagname, /* point is after PROCEDURE/FUNCTION |