fb39ca4 / picoc

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

Problem with error exit under cygwin #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
bash-3.2$ ./picoc -i
starting picoc
picoc> int a;
picoc> void fred()
     > {
     > for (a=0; a<10; a++)
     >     printf("%d\n", a);
     > exit();
     > printf("yo\n");
     > }
picoc> fred();

Original issue reported on code.google.com by zik.sale...@gmail.com on 15 Jun 2009 at 2:20

GoogleCodeExporter commented 8 years ago
Only occurs in interactive mode

Original comment by zik.sale...@gmail.com on 15 Jun 2009 at 2:24

GoogleCodeExporter commented 8 years ago
It seems that this was the same problem as issue #46: "crash in interactive 
mode".

Fixed in revision #363.

Original comment by zik.sale...@gmail.com on 6 Nov 2009 at 4:58