home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / gcc / libgcc2.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-10  |  182 b   |  10 lines

  1. #if __GNUC__ == 2
  2. #if __GNUC_MINOR__ < 6
  3. #include "libgcc2.c.2.5.8"
  4. #else
  5. #include "libgcc2.c.2.6.0"
  6. #endif
  7. #else
  8. #error "Incompatible compiler. Gcc 2.5.x or above expexted."
  9. #endif
  10.