Changeset ee49131 in buchla-68k


Ignore:
Timestamp:
07/08/2017 10:59:47 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
5f714c9
Parents:
f7c91fc
Message:

Exit codes not supported.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prolog/croot.c

    rf7c91fc ree49131  
    5252*/
    5353
    54 exit(code)
     54exit()
    5555{
    5656        (*_clsall)();           /* close all open files */
    57         xtrap15(code);          /* return to the BIOS */
     57        xtrap15();              /* return to the BIOS */
    5858}
    5959
Note: See TracChangeset for help on using the changeset viewer.