aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/parse.icl2
-rw-r--r--frontend/predef.icl2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/parse.icl b/frontend/parse.icl
index 23eb048..f1e6f88 100644
--- a/frontend/parse.icl
+++ b/frontend/parse.icl
@@ -322,7 +322,7 @@ where
# (ident, pState) = stringToIdent ("_" +++ mod_name +++ "_Module") IC_Type pState
# td = MakeTypeDef ident [] (ConsList []) TA_None [] NoPos
- # (pc_cons_name, pState) = stringToIdent "_Module" IC_Expression pState
+ # (pc_cons_name, pState) = stringToIdent "__Module" IC_Expression pState
# cons
= {
pc_cons_name = pc_cons_name
diff --git a/frontend/predef.icl b/frontend/predef.icl
index 847c279..f9759ca 100644
--- a/frontend/predef.icl
+++ b/frontend/predef.icl
@@ -206,7 +206,7 @@ where
// MV..
<<- ("DynamicTemp", IC_Type, PD_DynamicTemp)
// <<- ("Module", IC_Type, PD_ModuleType)
- <<- ("_Module", IC_Expression, PD_ModuleConsSymbol)
+ <<- ("__Module", IC_Expression, PD_ModuleConsSymbol)
// ..MV
// AA..