home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / PCAL / ALPHA / PCAL. next >
Encoding:
Text File  |  1998-07-24  |  229 b   |  11 lines

  1. --- ./noprotos.h.rtr    Tue Dec 17 05:34:35 1991
  2. +++ ./noprotos.h    Wed Dec  1 08:33:07 1993
  3. @@ -137,6 +137,6 @@
  4.   */
  5.  #ifndef STDLIB
  6.  extern int    atoi();
  7. -extern char    *calloc();
  8. +extern void    *calloc();
  9.  extern char    *getenv();
  10.  #endif
  11.