
20 Apr
2007
20 Apr
'07
12:31 p.m.
"Hoehle, Joerg-Cyril" <Joerg-Cyril.Hoehle@t-systems.com> writes:
(defimplementation create-socket (host port) ! (if ;;(member :interface (ext:arglist #'socket:socket-server)) ! (string>= (lisp-implementation-version) "2.39") ; bogus in 2.37-38 ! (socket:socket-server port :interface host) ; available since 2005-12-19 ! (socket:socket-server port)))
is there not a nicer way to check for this? -- -Marco Ring the bells that still can ring. Forget your perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen