From 09556ec9da51fd0412ac55e4af19186168639876 Mon Sep 17 00:00:00 2001 From: Craig Burley Date: Mon, 18 May 1998 10:31:39 +0000 Subject: [PATCH] Add more keywords for expr.c. From-SVN: r19840 --- gcc/f/str-ot.fin | 25 ++++++++++++++----------- 1 file 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 -- 2.30.2