Bug#317849: brittle recursion in limits.h

2005-07-12 Thread Mike Furr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, obviously the patch mentioned above is brain dead. A better approach might be to move the #include inside the #ifndef, but I don't really know the reason for it being outside of it in the first place, so I trust you'll find the best solution. C

Bug#317849: brittle recursion in limits.h

2005-07-11 Thread Mike Furr
Package: libc6-dev Version: 2.3.2.ds1-22 Severity: normal /usr/include/limits.h tries to include limits.h from /usr/lib/gcc/.../include, via: #include_next on line 124 which is outside of its ifdef on _LIBC_LIMITS_H_ Thus, with the preprocessor shipped with gcc-4.0, this may cause an infinite re