mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Replace `iff' in comments.
This commit is contained in:
parent
d95b32a480
commit
79f94cd0ab
1 changed files with 2 additions and 2 deletions
|
|
@ -2853,7 +2853,7 @@ static void make_C_tag __P((bool));
|
|||
* function or variable, or corresponds to a typedef, or
|
||||
* is a struct/union/enum tag, or #define, or an enum constant.
|
||||
*
|
||||
* *IS_FUNC gets TRUE iff the token is a function or #define macro
|
||||
* *IS_FUNC gets TRUE if the token is a function or #define macro
|
||||
* with args. C_EXTP points to which language we are looking at.
|
||||
*
|
||||
* Globals
|
||||
|
|
@ -4769,7 +4769,7 @@ Pascal_functions (inf)
|
|||
int save_lineno, namelen, taglen;
|
||||
char c, *name;
|
||||
|
||||
bool /* each of these flags is TRUE iff: */
|
||||
bool /* each of these flags is TRUE if: */
|
||||
incomment, /* point is inside a comment */
|
||||
inquote, /* point is inside '..' string */
|
||||
get_tagname, /* point is after PROCEDURE/FUNCTION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue