summaryrefslogtreecommitdiff
path: root/flexint.h
Commit message (Expand)AuthorAgeFilesLines
* move endif to better account for what C99 defines for integer types (fix from...wlestes2008-04-101-1/+1
* Relaxed tests for __STDC__ and __STDC_VERSION__ to cope with bugs in GCC and ...john432006-03-211-1/+1
* Added C99 macro for inttypes, just to be conformant.john432006-02-141-0/+8
* Removed logical and from preprocessor statement.john432006-02-141-1/+1
* we don't really need int64 anywaywlestes2002-12-091-10/+0
* integer types for non-C99 systems flexint.hwlestes2002-11-271-30/+12
* Changed int types to flex_intX_t. The build is now broken until typedef's aremillaway2002-11-271-0/+6
* __STDC_VERSION__ needs an L suffixwlestes2002-11-261-1/+1
* include inttypes.h for folks who really are C99wlestes2002-11-251-0/+11
* use sys/types.h and not inttypes.hwlestes2002-10-211-1/+1
* if we're doing c++, then we can't use long longwlestes2002-10-161-2/+2
* ok, this seems to workwlestes2002-10-101-13/+13
* redo integral types again; add flexint.h; change dependencies caused by addin...wlestes2002-10-101-0/+66