home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Source / GNU / libg++ / NewHeaders / string.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-29  |  124 b   |  6 lines

  1. extern "C" {
  2. #include_next <string.h>
  3. #undef index
  4. /* this is because of a bug in ansi/string.h that defines this macro*/
  5. }
  6.