home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vile-src.zip / vile-8.1 / externs.c < prev    next >
C/C++ Source or Header  |  1998-07-23  |  477b  |  21 lines

  1. /*
  2.  * This is just a place holder -- a place in which to pull in edef.h alone
  3.  *
  4.  * $Header: /usr/build/vile/vile/RCS/externs.c,v 1.7 1998/07/23 09:19:56 cmorgan Exp $
  5.  *
  6.  */
  7.  
  8. #ifdef _WIN32
  9. # include <windows.h>
  10. #endif
  11.  
  12. #include    "estruct.h"    /* function declarations */
  13.  
  14. #define real_CMDFUNCS
  15. #include    "nefunc.h"    /* function declarations */
  16. #include    "nebind.h"    /* default key bindings */
  17. #include    "nename.h"    /* name table */
  18.  
  19. EXTERN_CONST int nametblsize = TABLESIZE(nametbl);
  20.  
  21.