home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / Harvest C / Source Code / limitations.h < prev    next >
Encoding:
Text File  |  1992-01-02  |  383 b   |  13 lines  |  [TEXT/ALFA]

  1. /*
  2.  * Harvest C
  3.  * 
  4.  * (c) 1991 Eric W. Sink   All rights reserved.
  5.  * 
  6.  * This file contains constant definitions for all the hard-coded limitations of
  7.  * Harvest C.  For example, the coding of MAXIDLENGTH as 1024 indicates that
  8.  * no identifer may be longer than 1024 characters. Some limitations are used
  9.  * in more than one context.  This should probably be changed.
  10.  * 
  11.  * 
  12.  */
  13.