Builds ok on 64-bit machine (still build problem on 32-bit - separate
email), but when I run the tests (debian linux):
$ cd src
$ ./apl -T testcases/*.tc
.....
⍝
D210
1 2 3
4 5 6
⎕SVS VARS
0 0 1 1
0 0 1 1
⍝
⍝ 10. check Control vectors
⍝
⎕SVC VARS
0 0 0 1
0 0 0 0
⍝
⍝ 11. retract variables. ⎕SVR may validly return 1 or 2,
depending
⍝ on whether the peer has retracted already (a race condition).
⍝
(⎕SVR VARS[1;]) ϵ 1 2
1
(⎕SVR VARS[2;]) ϵ 1 2
1
⍝ Allow ⎕SVR debug output to finish
0⍴⎕DL 0.2
)ERASE VARS
]SVARS
LOC: 'Svar_DB.cc:687' at Svar_DB.cc:687
tcp: '4' at Svar_DB.cc:689
LOC: 'Svar_DB.cc:692' at Svar_DB.cc:692
$