In clex.l the suffix for a double is 'l' and should be 'd' instead: 10.0D rather than 10.0L.
In addition, the test file: test.t needs to be modfied to use 'D' and not 'L' to be correct.
Log in to post a comment.