summaryrefslogtreecommitdiff
path: root/test-suite/standalone/test-srfi-4.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add #undef NDEBUG when using <assert.h>.Ludovic Courtès2014-03-201-0/+3
| | | | | | | | | | | * test-suite/standalone/test-loose-ends.c, test-suite/standalone/test-num2integral.c, test-suite/standalone/test-round.c, test-suite/standalone/test-scm-c-bind-keyword-arguments.c, test-suite/standalone/test-scm-c-read.c, test-suite/standalone/test-scm-values.c, test-suite/standalone/test-smob-mark.c, test-suite/standalone/test-srfi-4.c: Add #undef NDEBUG.
* Fix breakage of SRFI-4 C accessorsAndy Wingo2014-03-191-0/+87
* libguile/srfi-4.c (DEFINE_SRFI_4_C_FUNCS): Fix bad assumption that width was a byte width. Thanks very much to Barry Fishman for the report, and to Daniel Llorens for tracking it down. * test-suite/standalone/Makefile.am (test_srfi_4_CFLAGS): * test-suite/standalone/test-srfi-4.c: Add test.