home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pine / ccmd / ccmdst.c < prev    next >
Encoding:
C/C++ Source or Header  |  1988-08-19  |  859 b   |  22 lines

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