expression.h (enum exp_opcode): Fix a format error of a comment.

This commit is contained in:
Wu Zhou 2005-09-20 06:31:59 +00:00
parent 0b4e13251c
commit c3e308a89c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
* expression.h (enum exp_opcode): Fix a format error of a comment.
2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
* expression.h (enum exp_opcode): Add a new operator for F90

View File

@ -324,7 +324,7 @@ enum exp_opcode
/* An Objective C Foundation Class NSString constant */
OP_OBJC_NSSTRING,
/* A F90 array range operator. (for "exp:exp", "exp:", ":exp" and ":") */
/* A F90 array range operator (for "exp:exp", "exp:", ":exp" and ":"). */
OP_F90_RANGE,
/* First extension operator. Individual language modules define