Make the standalone parser return an exit code so we can automate testing.

This commit is contained in:
Eric Anholt
2010-03-25 14:37:25 -07:00
parent 3d303eb59f
commit 7c15bb2465

View File

@@ -657,5 +657,5 @@ main(int argc, char **argv)
delete state.symbols;
return 0;
return state.error != 0;
}