This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Fix undeclared variable error in memset.c


On Wed, Nov 27, 2002 at 12:40:04PM -0500, Nathanael Nerode wrote:
>"d" is declared in an inner block and then used in an outer block; this
>causes a compile error, preventing newlib from finishing its build.  
>Fixed by moving declaration of "d" out of the "if" block. 
>
>Please tell me if this is OK to commit.

AFAIK, I checked in a patch to fix this yesterday and notified the newlib
mailing list of that fact.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]