From: Bruno H. <br...@cl...> - 2017-05-25 12:22:43
|
Compro Prasad wrote: > typedef unsigned long ULONGLONG; > typedef ULONGLONG uint64; > typedef uint64 uintP; > > I think uintP refers to pointer Yes, the comment in lispbibl.d says so. Just search for 'uintP'. > But clisp.h doesn't has anything like: > build-MT-debug/lispbibl.c:1164: typedef unsigned long long ULONGLONG; In my (non-MT) builds, clisp.h contains typedef unsigned long ULONGLONG; ... typedef ULONGLONG uint64; ... typedef uint64 uintP; Bruno |