From: Andreas Lindqvist (andreas++at++oryx.se)
Date: 06/10/2003 03:59:21
If there is someone who has to use Performer with Red Hat 9, adding the
following "compatible symbol" will work:
#include <ctype.h>
#if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 2)
__const unsigned short int **(*__ctype_b)(void) = __ctype_b_loc;
#endif
/Andreas
This archive was generated by hypermail 2b29 : Tue Jun 10 2003 - 04:00:40 PDT