summaryrefslogtreecommitdiff
path: root/flexint.h
Commit message (Expand)AuthorAge
* move endif to better account for what C99 defines for integer types (fix from...Will Estes2008-04-10
* Relaxed tests for __STDC__ and __STDC_VERSION__ to cope with bugs in GCC and ...John Millaway2006-03-21
* Added C99 macro for inttypes, just to be conformant.John Millaway2006-02-14
* Removed logical and from preprocessor statement.John Millaway2006-02-14
* we don't really need int64 anywayWill Estes2002-12-09
* integer types for non-C99 systems flexint.hWill Estes2002-11-27
* Changed int types to flex_intX_t. The build is now broken until typedef's areJohn Millaway2002-11-27
* __STDC_VERSION__ needs an L suffixWill Estes2002-11-26
* include inttypes.h for folks who really are C99Will Estes2002-11-25
* use sys/types.h and not inttypes.hWill Estes2002-10-21
* if we're doing c++, then we can't use long longWill Estes2002-10-16
* ok, this seems to workWill Estes2002-10-10
* redo integral types again; add flexint.h; change dependencies caused by addin...Will Estes2002-10-10