home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gccdist / gcc / include / perror.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-12  |  198 b   |  6 lines

  1. /*
  2.  *    Define the VAX-11 "C" runtime perror variables
  3.  */
  4. extern char * sys_errlist[] __asm("_$$PsectAttributes_NOSHR$$sys_errlist");
  5. extern int sys_nerr __asm("_$$PsectAttributes_NOSHR$$sys_nerr");
  6.