modula3 / cm3

Critical Mass Modula-3
http://modula3.github.io/cm3/
Other
139 stars 25 forks source link

Revert endian #1181

Open mikanystrom opened 5 months ago

mikanystrom commented 5 months ago

Bring back "endian" global into the Swap.i3 interface, so that code can be written that uses Swap across compiler releases. (Status before this commit is that code has to either use endian or GetEndian() depending on the release, so it cannot be written so it works in both cases.)