Search found 2 matches

by csstup
Tue Apr 24, 2007 7:39 pm
Forum: newLISP and the O.S.
Topic: Porting newLISP (AIX)
Replies: 52
Views: 52327

'opsys' is referenced in the C source a few times, mainly to feed into the newLISP 'sys-info' call in nl-filesys.c. Later in the code it gets incremented by the bits for UTF-8 and mode and id the versin is a library. In newLISP .lsp source a built-in variable exists, called: ostype to code platform...
by csstup
Tue Apr 24, 2007 6:09 pm
Forum: newLISP and the O.S.
Topic: Porting newLISP (AIX)
Replies: 52
Views: 52327

Porting newLISP (AIX)

Last couple days I went through a round of porting newLISP to AIX. Is anyone interested in the changes, perhaps folding them into the release? I had a couple comments about the code base with regards to porting, incase the developers are interested: 1. The use of #ifdefs for platforms is a bit overu...