7 Sep
2007
7 Sep
'07
4:33 p.m.
Arthur Reutenauer wrote:
Ok. looks like another ifdef(__sun__)
#697 builds fine on Sun. By the way, my machine is running Solaris 9; I'm pretty convinced this wouldn't be needed on Solaris 10 because stdint is C99 and Solaris 10's libc is supposed to be C99-compliant. The same applies to setenv I made you wrap in ifdef(__sun__) a couple of months ago.
I remembered, but I don't know how to separate the various solaris' and sunos versions by means of CPP variables, so this will have to wait until (if ...) I ever get around to setting up a architecture-target based build system. Cheers, Taco