placement-parser: Properly handle LONG_MAX != INT_MAX.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 3 Aug 2020 00:44:40 +0000 (00:44 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 3 Aug 2020 00:45:34 +0000 (00:45 +0000)
commitae42a158b360555ba1541ffeb4dcded3dc323d23
tree3105eeab4b45d75f962d28d3ca1c2f908dfd2f89
parentcd1c414d08fcfa3ff569a9d29611e6db041a6afb
placement-parser: Properly handle LONG_MAX != INT_MAX.

Also, delete spurious null bytes from the related test.  The null
bytes spurred a test failure on mingw although I am not sure why.
src/language/data-io/placement-parser.c
tests/language/lexer/lexer.at