Merge branch '0.9.2' into gtx_ulp

This commit is contained in:
Christophe Riccio
2011-05-05 12:35:03 +01:00
7 changed files with 205 additions and 137 deletions

View File

@@ -129,7 +129,7 @@ namespace bitRevert
int main()
{
bool Error = 0;
int Error = 0;
Error += ::extractField::test();
Error += ::bitRevert::test();
return Error;