Daniele Forghieri      2009-09-30 15:48:24 PDT

Some tests doesn't use the correct include statement (and there are some
missing declaration) and some test use C++ variable after statement, preventing
compile wicth Open Watcom

The patch attached fixes this

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403962
This commit is contained in:
Sam Lantinga 2009-10-04 09:55:20 +00:00
parent 4968cb27ac
commit 00fcbc745d
7 changed files with 16 additions and 8 deletions

View file

@ -52,6 +52,8 @@ main(int argc, char *argv[])
}
}
quit(0);
// keep the compiler happy ...
return(0);
}
/* vi: set ts=4 sw=4 expandtab: */