summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2022-12-11Assume the compiler is from this millenniumJeremy Huddleston Sequoia1-4/+0
`unifdef -D__STDC__` over the tree Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
2011-05-24tet: tet_getvar needs to take a const char* argumentAaron Plattner1-1/+4
config.c: In function ‘initconfig’: config.c:394: error: passing argument 1 of ‘_initconfig’ from incompatible pointer type config.c:328: note: expected ‘char * (*)(const char *)’ but argument is of type ‘char * (*)(char *)’ Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-04-19tet: Fix the remaining warnings.Aaron Plattner1-1/+7
Add a TET_NORETURN attribute and tag various fatal functions with it. That fixes a few "int x; switch(...) { case C: x = blah; break; default: fatal() }" cases that result in uninitialized variable warnings. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-05-16tcc: Convert test results to exit codesDan Nicholson1-0/+6
In order to play nice with automake's concept of test exit codes, convert the scenario results to exit codes and let them accumulate appropriately.
2009-03-21rename top-level inc/ to include/Peter Hutterer2-0/+636