Ryan C. Gordon
|
32da097a55
|
Cleanup BAIL_* and GOTO_* macros to be less cluttered.
This also fixes really aggressive compiler warnings about the "if (!ERRPASS)"
construct producing unreachable code.
|
2017-07-06 11:51:41 -04:00 |
Ryan C. Gordon
|
ba676b23e5
|
Reworked the error reporting API. Now we use error codes instead of strings.
This is based on work originally done by Christoph Nelles.
|
2012-03-20 15:38:12 -04:00 |
Ryan C. Gordon
|
f871802f51
|
Cleaned up some #includes.
|
2010-09-06 19:35:01 -04:00 |
Ryan C. Gordon
|
8546c9a202
|
Replaced cut-and-paste byteswap i/o codepile with macros.
|
2010-08-21 14:30:52 -04:00 |
Ryan C. Gordon
|
3dc77f8a54
|
Get rid of __inline__, just make sure "inline" is defined sanely instead.
|
2010-08-21 14:29:40 -04:00 |
Ryan C. Gordon
|
595ac1da39
|
Cleaned up returns that look like function calls for my updated coding style.
|
2010-01-28 02:27:45 -05:00 |
Ryan C. Gordon
|
2a65060cde
|
Moved directory structure around.
|
2009-03-27 15:10:42 -04:00 |