string.c: Kill E_STRTOLL.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 5 Sep 2015 11:01:18 +0000 (13:01 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 20 Sep 2015 18:32:53 +0000 (20:32 +0200)
commitad0a32acc373428d38e6b0f2f244ac3c31eea7c5
treea4e40135d7b419c7bfa2c3e6242a06cc9f9acfaa
parentb1dbdcac78933ebb80eb84ba652d47330758e85b
string.c: Kill E_STRTOLL.

This error code is unnecessary because para_atoi64() returns it only
if strtoll(3) did not perform any conversion and we have already a
more descriptive error code for this case: E_ATOI_NO_DIGITS.

Two new comments to para_atoi64() explain this in detail.
error.h
string.c