mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-15 20:05:46 +08:00
expression.h (enum exp_opcode): Fix a format error of a comment.
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user