[cl-net-snmp-cvs] r22 - trunk

7 Jun
2007
7 Jun
'07
1:52 p.m.
Author: ctian Date: Thu Jun 7 09:52:18 2007 New Revision: 22 Modified: trunk/typedefs.lisp Log: more precise size_t Modified: trunk/typedefs.lisp ============================================================================== --- trunk/typedefs.lisp (original) +++ trunk/typedefs.lisp Thu Jun 7 09:52:18 2007 @@ -1,7 +1,11 @@ (in-package :org.net-snmp) +#+(or x86-64 clisp) (defctype c-size-type :ulong) +#+x86 +(defctype c-size-type :uint) + (defcstruct c-snmp-pdu "The snmp protocol data unit." ;;
6601
Age (days ago)
6601
Last active (days ago)
0 comments
1 participants
participants (1)
-
ctian@common-lisp.net