X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Thu, 7 Mar 2002 16:16:26 -0500 Message-Id: <200203072116.g27LGQk21219@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3c87d364$0$167$9b622d9e@news.freenet.de> (deckerben@freenet.de) Subject: Re: compiling CINT - advice on size_t References: <3c87d364$0$167$9b622d9e AT news DOT freenet DOT de> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk stddef.h should define size_t (to long unsigned int) like this (eventually, if you follow all the macros): typedef long unsigned int size_t; If you have a program that's doing "#if defined(size_t)" then it is broken. You should not change any of djgpp's headers.