[M3devel] Simple change to WIDECHAR type

Dragiša Durić dragisha at m3w.org
Fri Jun 29 10:35:38 CEST 2012


m3front/src/builtinTypes/WCharr.m3, line:

    T := EnumType.New (16_10000, elts);

to

    T := EnumType.New (16_100000, elts);

Will this break things? Any other assumptions anywhere?




More information about the M3devel mailing list