* lread.c (invalid_syntax): Omit length argument.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Jun 2011 01:31:41 +0000 (18:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Jun 2011 01:31:41 +0000 (18:31 -0700)
commite4d29b3382b1a6f3b09e9d5d073493e909540593
treeb954b8c59d8f50a9d720170f0d540f5091c7453c
parentcbeff735d291da31ca3c5ae61d2c5698b62b26e8
* lread.c (invalid_syntax): Omit length argument.

All uses changed.  This doesn't fix a bug, but it simplifies the
code away from its former Hollerith-constant appearance, and it's
one less 'int' to worry about when looking at integer-overflow issues.
src/ChangeLog
src/lread.c