[M3commit] [modula3/cm3] 12f50b: Fix assert-fail compiling VAR s := BITS 64 FOR SET...
GitHub
noreply at github.com
Tue Sep 19 23:12:30 CEST 2017
Branch: refs/heads/master
Home: https://github.com/modula3/cm3
Commit: 12f50b4cde746056b943bd8aaa105c3fcb46b1a8
https://github.com/modula3/cm3/commit/12f50b4cde746056b943bd8aaa105c3fcb46b1a8
Author: Rodney Bates <rodney.m.bates at acm.org>
Date: 2017-09-19 (Tue, 19 Sep 2017)
Changed paths:
M m3-sys/m3front/src/exprs/SetExpr.m3
Log Message:
-----------
Fix assert-fail compiling VAR s := BITS 64 FOR SET OF [0..63] { 0 };
The failing assertion was neither true nor needed. Just deleted it.
More information about the M3commit
mailing list