Merge remote-tracking branch 'public/signof_enum'

This commit is contained in:
Nick Mathewson
2013-02-08 16:48:50 -05:00
7 changed files with 79 additions and 24 deletions
+7
View File
@@ -0,0 +1,7 @@
o Code simplifications and refactoring:
- Use Ville Laurikari's implementation of AX_CHECK_SIGN() to determine
the signs of types during autoconf. This is better than our old
approach, which didn't work when cross-compiling.
- Detect the sign of enum values, rather than assuming that MSC is the
only compiler where enum types are all signed. Fix for bug 7727;
bugfix on 0.2.4.10-alpha.