[Vm-dev] [commit][2789] add decl for ioExitWithErrorCode to Cross

commits at squeakvm.org commits at squeakvm.org
Tue Oct 15 17:54:42 UTC 2013


Revision: 2789
Author:   rowledge
Date:     2013-10-15 10:54:41 -0700 (Tue, 15 Oct 2013)
Log Message:
-----------
add decl for ioExitWithErrorCode to Cross

Modified Paths:
--------------
    trunk/platforms/Cross/vm/sq.h

Modified: trunk/platforms/Cross/vm/sq.h
===================================================================
--- trunk/platforms/Cross/vm/sq.h	2013-10-08 01:37:43 UTC (rev 2788)
+++ trunk/platforms/Cross/vm/sq.h	2013-10-15 17:54:41 UTC (rev 2789)
@@ -167,6 +167,7 @@
 
 sqInt ioBeep(void);
 sqInt ioExit(void);
+sqInt ioExitWithErrorCode(int);
 sqInt ioForceDisplayUpdate(void);
 sqInt ioFormPrint(sqInt bitsAddr, sqInt width, sqInt height, sqInt depth,
 		  double hScale, double vScale, sqInt landscapeFlag);



More information about the Vm-dev mailing list