diff options
author | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-18 10:31:39 +0000 |
---|---|---|
committer | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-18 10:31:39 +0000 |
commit | c48f62bc3e3abcd185248612ca438d5c134db6c2 (patch) | |
tree | 6516744c9c384e7a874b14b3120aa8622e51160f /gcc/f/str-ot.fin | |
parent | efaa0a832e7fffdef42058b31cdaa1767bd3b828 (diff) | |
download | gcc-c48f62bc3e3abcd185248612ca438d5c134db6c2.tar.gz |
Add more keywords for expr.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19840 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/str-ot.fin')
-rw-r--r-- | gcc/f/str-ot.fin | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/gcc/f/str-ot.fin b/gcc/f/str-ot.fin index 107d0bb50cf..5677028fd31 100644 --- a/gcc/f/str-ot.fin +++ b/gcc/f/str-ot.fin @@ -22,26 +22,29 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA } FFESTR_other // // ffestrOther ffestr_other 1 1 -;And AND +And AND ;Dimension DIMENSION -;Eq EQ -;Eqv EQV -;Ge GE -;Gt GT +Eq EQ +Eqv EQV +False FALSE +GE GE +GT GT In IN InOut INOUT Kind KIND -;Le LE +LE LE Len LEN -;Lt LT -;Ne NE -;Neqv NEQV -;Not NOT +LT LT +NE NE +NEqv NEQV +Not NOT ;Only ONLY -;Or OR +Or OR Out OUT ;Pointer POINTER ;Private PRIVATE ;Public PUBLIC Result RESULT ;Stat STAT +True TRUE +XOr XOR |