From 9ef305c6b3e9ff4a28d076406117f94f01336503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sun, 9 Jun 1996 16:28:30 +0200 Subject: [PATCH] nothing changed Rev: bin/hilfe.lpc:1.5 --- bin/hilfe.lpc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/hilfe.lpc b/bin/hilfe.lpc index c9e823cd73..54c6a8b963 100755 --- a/bin/hilfe.lpc +++ b/bin/hilfe.lpc @@ -322,6 +322,7 @@ mixed parse_function(string fun) case "int": case "void": case "object": + case "array": case "mapping": case "string": case "list": @@ -391,6 +392,7 @@ mixed parse_statement(string ex) case "int": case "void": case "object": + case "array": case "mapping": case "string": case "list": -- GitLab