[M3devel] Never ending love with alignments, data sizes et al :)

Dragiša Durić dragisha at m3w.org
Sat Aug 20 20:40:26 CEST 2011


"../src/ArcGrid.m3", line 28: LOOPHOLE: expression's size differs from type's

PROCEDURE SwapFloat(f: REAL): REAL =
  BEGIN
    RETURN LOOPHOLE(NBOFrom(LOOPHOLE(f, Ctypes.unsigned)), REAL); <- line 28, of course :)
  END SwapFloat;

BITSIZE is 32 for both.


More information about the M3devel mailing list