home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mm / mm-ccmd-0.91-20031009.tar.gz / mm-ccmd-0.91-20031009.tar / work / ccmd / ccmdst.c < prev    next >
C/C++ Source or Header  |  1990-12-18  |  800b  |  21 lines

  1. /*
  2.  Copyright (c) 1986, 1990 by The Trustees of Columbia University in
  3.  the City of New York.  Permission is granted to any individual or
  4.  institution to use, copy, or redistribute this software so long as it
  5.  is not sold for profit, provided this copyright notice is retained.
  6.  
  7.  Author: Andrew Lowry
  8. */
  9. /* ccmdst.c
  10. **
  11. ** This module exists only for allocating a few global tables that are
  12. ** declared via the cmfnc.h header file.  Since this header is likely
  13. ** to change frequently, isolating the allocation in this small module
  14. ** should make recompilation requirements minimal.
  15. **/
  16.  
  17. #define    STORAGE            /* this triggers allocation */
  18. #define    GENERR            /* generic error table goes here too */
  19. #include "ccmd.h"        /* load symbols and get declarations */
  20. #include "cmfncs.h"        /* and internal symbols */
  21.