diff options
Diffstat (limited to 'backend/backendpreprocess.icl')
-rw-r--r-- | backend/backendpreprocess.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/backendpreprocess.icl b/backend/backendpreprocess.icl index bc2e84b..0e81669 100644 --- a/backend/backendpreprocess.icl +++ b/backend/backendpreprocess.icl @@ -164,8 +164,8 @@ instance sequence LetBind where = sequence` app lb_dst where sequence` {app_symb, app_args} lb_dst sequenceState=:{ss_aliasDummyId} - | not (isNilPtr app_symb.symb_name.id_info) // nilPtr's are generated for Case's with case_ident=No in convertcases - && app_symb.symb_name==ss_aliasDummyId + | not (isNilPtr app_symb.symb_ident.id_info) // nilPtr's are generated for Case's with case_ident=No in convertcases + && app_symb.symb_ident==ss_aliasDummyId // the compiled source was a strict alias like "#! x = y" = case hd app_args of Var bound_var=:{var_info_ptr} |