foralex / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

PlatformExit call missing ExitValue parameter #107

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Probably missed when resolving Issue 100 (r478): 
http://code.google.com/p/picoc/issues/detail?id=100

clibrary.c - in the LibExit function - line 344

  PlatformExit();

should probably be 

  PlatformExit(ExitValue);

TIA

Original issue reported on code.google.com by k...@lrunit.com on 8 Aug 2010 at 5:52

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r481.

Original comment by zik.sale...@gmail.com on 8 Aug 2010 at 11:42