Differences From Artifact [911e384ae6]:
- File
src/linklib/init.m
— part of check-in
[3c88df0ce4]
at
2021-05-09 14:45:19
on branch amiga-library
— Merge trunk into branch "amiga-library"
All necessary changes to adjust for the changes made in trunk are
included in the merge commit. (user: js, size: 13197) [annotate] [blame] [check-ins using] [more...]
To Artifact [c01918ca3a]:
- File src/linklib/init.m — part of check-in [e4f9514ea7] at 2021-09-15 17:59:10 on branch amiga-library — Pass more required functions via the linklib (user: js, size: 13340) [annotate] [blame] [check-ins using]
︙ | |||
344 345 346 347 348 349 350 | 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 | + + - - + + + + + + | #endif #ifdef OF_MORPHOS .__register_frame = __register_frame, .__deregister_frame = __deregister_frame, #endif .errNo = errNo, .vsnprintf = vsnprintf, .strtof = strtof, .strtod = strtod, |
︙ |