Date: Tue, 30 May 2000 14:46:02 -0400 Message-Id: <200005301846.OAA10594@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3933FD32.FF10530@softhome.net> (message from Laurynas Biveinis on Tue, 30 May 2000 20:41:06 +0300) Subject: Re: djgpp: djgpp/src/libc/posix/utsname/uname.c,uname.txh References: <200005301813 DOT OAA29660 AT delorie DOT com> <200005301815 DOT OAA10319 AT envy DOT delorie DOT com> <3933FD32 DOT FF10530 AT softhome DOT net> 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 Precedence: bulk > > > + unsigned is_486_or_better; > > > + unsigned cpuid_support; > > > + unsigned cpuid_info; > > > > Should these be "static" ? > > They might be static; but we don't lose much recomputing them every time. Ignore my ramblings. I didn't realize those were stack variables, I thought they were global variables. That will teach me not to read the diffs! ;-) Never mind.