]> git.eshelyaron.com Git - emacs.git/commit
Handle leading "+" when converting string to bignum
authorTom Tromey <tom@tromey.com>
Wed, 8 Aug 2018 23:33:24 +0000 (17:33 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 8 Aug 2018 23:33:24 +0000 (17:33 -0600)
commit5ebf062ebe0ec0536efd4f1fb4f37d75f892664b
treef181647ad3eb8445c2d16717ac24d0a54d89d14d
parentd3549c190152921dd05e694d41e02a002789d191
Handle leading "+" when converting string to bignum

* src/lread.c (string_to_number): Skip leading "+" when calling
make_bignum_str.
src/lread.c