Comment 16 for bug 261056

Revision history for this message
themusicgod1 (themusicgod1) wrote :

ie even when gcl is compiled with --enable-ansi (see attached log)

this is the test that does it

gcl -batch -eval '#+ansi-cl (format t "MAXIMA_GCL_ANSI_TEST_SUCCESS~%") #-ansi-cl (format t "MAXIMA_GCL_ANSI_TEST_FAILURE~%")' -eval '(si::bye)'

result :
MAXIMA_GCL_ANSI_TEST_FAILURE

but why?