From 2e1556664c9fc11f9d425916bc978136dd0ad086 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Fri, 17 Jan 1997 20:43:50 -0800
Subject: [PATCH] added names to new instructions

Rev: src/lex.c:1.11
---
 src/lex.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/lex.c b/src/lex.c
index ede5f8cca9..50b25aa5a5 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: lex.c,v 1.10 1997/01/16 05:00:46 hubbe Exp $");
+RCSID("$Id: lex.c,v 1.11 1997/01/18 04:43:50 hubbe Exp $");
 #include "language.h"
 #include "array.h"
 #include "lex.h"
@@ -211,6 +211,9 @@ struct keyword instr_names[]=
 { "foreach",		F_FOREACH },
 { "global",		F_GLOBAL },
 { "index",              F_INDEX },
+{ "->",                 F_ARROW },
+{ "clear string subtype", F_CLEAR_STRING_SUBTYPE },
+{ "arrow string",       F_ARROW_STRING },
 { "indirect",		F_INDIRECT },
 { "jump",               F_BRANCH },
 { "local function call",F_CALL_LFUN },
-- 
GitLab