commit dedfc0dd344e1d3a97dc175b3c5bff23c91783cb
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Fri May 6 01:51:47 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Fri May 6 01:51:47 2016 +0200
Do not use explicit optimisation level on zsave
Signed-off-by: Mattias Andrée <maandree_AT_kth.se>
diff --git a/zahl/inlines.h b/zahl/inlines.h
index 761309c..9e196f8 100644
--- a/zahl/inlines.h
+++ b/zahl/inlines.h
_AT_@ -254,7 +254,7 @@ zsplit(z_t high, z_t low, z_t a, size_t delim)
}
-ZAHL_O2 ZAHL_INLINE size_t
+ZAHL_INLINE size_t
zsave(z_t a, void *buffer)
{
if (ZAHL_LIKELY(buffer)) {
Received on Fri May 06 2016 - 02:21:07 CEST
This archive was generated by hypermail 2.3.0
: Fri May 06 2016 - 02:24:27 CEST