diff options
| author | Glenn Morris | 2007-08-08 07:12:39 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-08 07:12:39 +0000 |
| commit | 79f94cd0ab36cf99f3c84dd5def1275476c3b25d (patch) | |
| tree | 307068c72e8ec8968c3c85ea75fbe4222f3fbe9e /lib-src | |
| parent | d95b32a480d8ae18265c2d00e3f2a1ac3822d1d9 (diff) | |
| download | emacs-79f94cd0ab36cf99f3c84dd5def1275476c3b25d.tar.gz emacs-79f94cd0ab36cf99f3c84dd5def1275476c3b25d.zip | |
Replace `iff' in comments.
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 6c61847546a..5da144c46b0 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -2853,7 +2853,7 @@ static void make_C_tag __P((bool)); | |||
| 2853 | * function or variable, or corresponds to a typedef, or | 2853 | * function or variable, or corresponds to a typedef, or |
| 2854 | * is a struct/union/enum tag, or #define, or an enum constant. | 2854 | * is a struct/union/enum tag, or #define, or an enum constant. |
| 2855 | * | 2855 | * |
| 2856 | * *IS_FUNC gets TRUE iff the token is a function or #define macro | 2856 | * *IS_FUNC gets TRUE if the token is a function or #define macro |
| 2857 | * with args. C_EXTP points to which language we are looking at. | 2857 | * with args. C_EXTP points to which language we are looking at. |
| 2858 | * | 2858 | * |
| 2859 | * Globals | 2859 | * Globals |
| @@ -4769,7 +4769,7 @@ Pascal_functions (inf) | |||
| 4769 | int save_lineno, namelen, taglen; | 4769 | int save_lineno, namelen, taglen; |
| 4770 | char c, *name; | 4770 | char c, *name; |
| 4771 | 4771 | ||
| 4772 | bool /* each of these flags is TRUE iff: */ | 4772 | bool /* each of these flags is TRUE if: */ |
| 4773 | incomment, /* point is inside a comment */ | 4773 | incomment, /* point is inside a comment */ |
| 4774 | inquote, /* point is inside '..' string */ | 4774 | inquote, /* point is inside '..' string */ |
| 4775 | get_tagname, /* point is after PROCEDURE/FUNCTION | 4775 | get_tagname, /* point is after PROCEDURE/FUNCTION |