diff options
author | martijnv | 2000-06-09 12:23:29 +0000 |
---|---|---|
committer | martijnv | 2000-06-09 12:23:29 +0000 |
commit | ffb89df719963e49bc75c17f01f46198d3f98668 (patch) | |
tree | b186e85f67fa458935c92e477a223834eb266062 /frontend/predef.icl | |
parent | JVG: changed mapSt function into macro (diff) |
predef.icl: StdDynamics has become StdDynamic
postparse.icl: Propagation continues with dynamic expression
instead of halting
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@154 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/predef.icl')
-rw-r--r-- | frontend/predef.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/predef.icl b/frontend/predef.icl index b3ea69c..277896a 100644 --- a/frontend/predef.icl +++ b/frontend/predef.icl @@ -150,7 +150,7 @@ where <<- ("P_laceholder", IC_Expression, PD_variablePlaceholder) <<- ("_unify", IC_Expression, PD_unify) <<- ("_coerce", IC_Expression, PD_coerce) /* MV */ - <<- ("StdDynamics", IC_Module, PD_StdDynamics) + <<- ("StdDynamic", IC_Module, PD_StdDynamics) <<- ("_undo_indirections", IC_Expression, PD_undo_indirections) <<- ("Start", IC_Expression, PD_Start) |