aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpieter1999-10-07 15:18:23 +0000
committerpieter1999-10-07 15:18:23 +0000
commitd4eb7f4ce91f6bb0d60fa90780e9d2319e1c11c6 (patch)
tree3992fe8761d681b746118fd923e71085c0d7c422
parentbugfix: typing of nested array updates (diff)
cvs test
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@9 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--frontend/parse.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/parse.icl b/frontend/parse.icl
index 6b1f4da..d4ee86f 100644
--- a/frontend/parse.icl
+++ b/frontend/parse.icl
@@ -1,5 +1,5 @@
implementation module parse
-
+ // cvs test
import StdEnv
import scanner, syntax, hashtable, utilities, predef