delorie.com/archives/browse.cgi | search |
From: | "Alex Vinokur" <alexvn AT bigfoot DOT com> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Allegro demo compilation |
Date: | Sun, 11 Aug 2002 09:52:46 +0200 |
Organization: | Scopus |
Lines: | 47 |
Message-ID: | <aj51if$185g68$1@ID-79865.news.dfncis.de> |
References: | <aiedpo$146rqg$1 AT ID-79865 DOT news DOT dfncis DOT de> <1028307963 DOT 378240 AT queeg DOT ludd DOT luth DOT se> <1028398716 DOT 710521 AT queeg DOT ludd DOT luth DOT se> <aiijql$14efi7$1 AT ID-79865 DOT news DOT dfncis DOT de> <1028476193 DOT 984195 AT queeg DOT ludd DOT luth DOT se> <aik0ag$14bghf$1 AT ID-79865 DOT news DOT dfncis DOT de> <ailpgl$14v4dj$1 AT ID-79865 DOT news DOT dfncis DOT de> <aim14t$sht$1 AT antares DOT lu DOT erisoft DOT se> <aino99$163puj$1 AT ID-79865 DOT news DOT dfncis DOT de> <1028912561 DOT 538539 AT queeg DOT ludd DOT luth DOT se> |
NNTP-Posting-Host: | gateway.scopus.net (62.90.123.5) |
X-Trace: | fu-berlin.de 1029048720 42123464 62.90.123.5 (16 [79865]) |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Newsreader: | Microsoft Outlook Express 6.00.2600.0000 |
X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
"Martin Str|mberg" <ams AT speedy DOT ludd DOT luth DOT se> wrote in message news:1028912561 DOT 538539 AT queeg DOT ludd DOT luth DOT se... > Alex Vinokur <alexvn AT bigfoot DOT com> wrote: > : The '+' symbol is missing at the beginnig of the '#if defined ...' line. > > No. Not for the include file I have. Perhaps you mistakenly removed it > yourself? > > > Right, > > MartinS Here are final lines of readme.djgpp --- include/sys/djtypes.h~1 Tue Dec 14 06:56:16 1999 +++ include/sys/djtypes.h Mon Feb 4 16:20:40 2002 @@ -12,7 +12,12 @@ #define __DJ_ssize_t typedef int ssize_t; #define __DJ_time_t typedef unsigned int time_t; #define __DJ_uid_t typedef int uid_t; + +#if __GNUC__>=3 +#define __DJ_va_list typedef __builtin_va_list va_list; +#else #define __DJ_va_list typedef void *va_list; +#endif #if defined(__cplusplus) && ( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 ) /* wchar_t is now a keyword in C++ */ Regards, ==================== Alex Vinokur http://up.to/alexvn http://go.to/alexv_math mailto:alexvn AT bigfoot DOT com mailto:alexvn AT go DOT to ====================
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |