swig/Examples/test-suite/errors/cpp_invalid_exponents1.i
William S Fulton 07a30249f4 Fix seg fault parsing invalid exponents
Add error message when exponents are incomplete,
for example 5e and 5.e
2018-01-14 19:36:09 +00:00

4 lines
40 B
OpenEdge ABL

%module xxx
void bad(double nn = 5e);