Re: typedef query
Bruno Haible <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <20491723.nQLpeCsyiG@omega> |
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 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel