diff options
Diffstat (limited to 'changes/signof_enum')
-rw-r--r-- | changes/signof_enum | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/signof_enum b/changes/signof_enum new file mode 100644 index 0000000000..fc9b9eda29 --- /dev/null +++ b/changes/signof_enum @@ -0,0 +1,4 @@ + 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. |