Jeroen Demeyer on Thu, 09 Jul 2015 15:38:06 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

gp2c segfault


Running gp2c on the code

global(x):small; x=0;

results in a Segmentation Fault. Changing this to

global(x:small); x=0;

works.