From 9c2c1d8b1cab8976e3cd0f7176d704aee409e05e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 20 Jul 1997 02:21:01 +0200 Subject: [PATCH] s/list/multiset/ Rev: bin/hilfe:1.11 --- bin/hilfe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/hilfe b/bin/hilfe index c15dde904d..6157cd6f13 100755 --- a/bin/hilfe +++ b/bin/hilfe @@ -387,7 +387,7 @@ mixed parse_function(string fun) case "array": case "mapping": case "string": - case "list": + case "multiset": case "float": case "mixed": case "program": @@ -444,7 +444,7 @@ mixed parse_statement(string ex) case "array": case "mapping": case "string": - case "list": + case "multiset": case "float": case "mixed": case "program": -- GitLab