From e0e72f7c4eb4272ebe6875d1bdd4ef05a2355996 Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 1 May 2015 19:26:46 +0000 Subject: [PATCH] Correction to r50008: a new function was inserted without the preceding .skip statement being adjusted accordingly. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50567 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/stdc/stdc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/stdc/stdc.conf b/compiler/stdc/stdc.conf index 7f285c3573..629d354365 100644 --- a/compiler/stdc/stdc.conf +++ b/compiler/stdc/stdc.conf @@ -443,7 +443,7 @@ long int atol(const char *nptr) .skip 1 #long long int atoll(const char *nptr) double strtod(const char * restrict nptr, char ** restrict endptr) -.skip 2 +.skip 1 #float strtof(const char * restrict nptr, char ** restrict endptr) long double strtold(const char * restrict nptr, char ** restrict endptr) long int strtol(const char * restrict nptr, char ** restrict endptr, int base) -- 2.11.4.GIT