delorie.com/archives/browse.cgi | search |
Date: | Sun, 1 Dec 2002 10:28:08 -0500 |
Message-Id: | <200212011528.gB1FS8123347@envy.delorie.com> |
X-Authentication-Warning: | envy.delorie.com: dj set sender to dj AT delorie DOT com using -f |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | djgpp-workers AT delorie DOT com |
In-reply-to: | <E18IQl5-0000Vm-00@phekda.freeserve.co.uk> |
(rich AT phekda DOT freeserve DOT co DOT uk) | |
Subject: | Re: strtold is now a standard function (C99) [PATCH] |
References: | <E18IQl5-0000Vm-00 AT phekda DOT freeserve DOT co DOT uk> |
Reply-To: | djgpp-workers AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
> strtold is now a standard function. Below is a patch with instructions. > Basically the patch adds a stub strtold, which calls _strtold. > > Step 1: Rename src/libc/ansi/stdlib/strtold.c to _strtold.c. If strtold is a standard function, stubbing it seems wrong. I know it's consistent with our rules, it's just feels weird. Do we really need to rename files just because of an underscore? We don't do that for other stubbed functions.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |