<2005-06-08> Wu Zhou <woodzltc@cn.ibm.com>
* expression.h (enum exp_opcode): Fix a comment typo.
This commit is contained in:
parent
d83747fa84
commit
f2047500e5
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ enum exp_opcode
|
|||
/* This is EXACTLY like OP_FUNCALL but is semantically different.
|
||||
In F77, array subscript expressions, substring expressions
|
||||
and function calls are all exactly the same syntactically. They may
|
||||
only be dismabiguated at runtime. Thus this operator, which
|
||||
only be disambiguated at runtime. Thus this operator, which
|
||||
indicates that we have found something of the form <name> ( <stuff> ) */
|
||||
OP_F77_UNDETERMINED_ARGLIST,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue