delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
From: | "Ognyan Kulev" <ogi AT fmi DOT uni-sofia DOT bg> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Emacs 21.4a |
Date: | 28 Mar 2005 11:03:05 -0800 |
Organization: | http://groups.google.com |
Lines: | 44 |
Message-ID: | <1112036096.004173.63590@o13g2000cwo.googlegroups.com> |
References: | <1110992417 DOT 515321 DOT 24950 AT g14g2000cwa DOT googlegroups DOT com> |
<01c52a63$Blat.v2.4$8b3bad00 AT zahav DOT net DOT il> | |
<1111067231 DOT 228244 DOT 154740 AT f14g2000cwb DOT googlegroups DOT com> | |
<01c52bd2$Blat.v2.4$b2387c60 AT zahav DOT net DOT il> | |
<01c52ca6$Blat.v2.4$78974520 AT zahav DOT net DOT il> | |
<1111771715 DOT 793217 DOT 54080 AT f14g2000cwb DOT googlegroups DOT com> | |
<01c53205$Blat.v2.4$dec98060 AT zahav DOT net DOT il> | |
NNTP-Posting-Host: | 62.44.100.254 |
Mime-Version: | 1.0 |
X-Trace: | posting.google.com 1112036590 20762 127.0.0.1 (28 Mar 2005 19:03:10 GMT) |
X-Complaints-To: | groups-abuse AT google DOT com |
NNTP-Posting-Date: | Mon, 28 Mar 2005 19:03:10 +0000 (UTC) |
In-Reply-To: | <01c53205$Blat.v2.4$dec98060@zahav.net.il> |
User-Agent: | G2/0.2 |
Complaints-To: | groups-abuse AT google DOT com |
Injection-Info: | o13g2000cwo.googlegroups.com; posting-host=62.44.100.254; |
posting-account=n82ULAwAAAClr0Hs9uZvK4CPP5iAfp88 | |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
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 |
Here is the relevant result of the preprocessor: # 109 "sysdep.c" 2 # 1 "c:/djgpp/include/sys/param.h" 1 3 4 # 15 "c:/djgpp/include/sys/param.h" 3 4 # 1 "c:/djgpp/bin/../lib/gcc/djgpp/3.43/include/limits.h" 1 3 4 # 16 "c:/djgpp/include/sys/param.h" 2 3 4 # 110 "sysdep.c" 2 Search of "limits.h" doesn't show anything else. I see only the following part of 3.43/include/limits.h as possible reason for this: #ifndef __dj_include_limits_h_ #define __dj_include_limits_h_ #ifdef __cplusplus extern "C" { #endif /* ... defines here ... */ #ifndef __dj_ENFORCE_ANSI_FREESTANDING #ifndef __STRICT_ANSI__ /*...*/ #define PATH_MAX 512 /* for future expansion */ /*...*/ #endif /* !__STRICT_ANSI__ */ #endif /* !__dj_ENFORCE_ANSI_FREESTANDING */ #ifndef __dj_ENFORCE_FUNCTION_CALLS #endif /* !__dj_ENFORCE_FUNCTION_CALLS */ #ifdef __cplusplus } #endif #endif /* !__dj_include_limits_h_ */ Hm, but it's not strict ANSI...
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |