home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c004 / 2.ddi / CTGLBL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-04-18  |  926 b   |  42 lines

  1. /*
  2.  *    old global variable declarations
  3.  *
  4.  *    This program is the CONFIDENTIAL and PROPRIETARY property 
  5.  *    of FairCom(R) Corporation. Any unauthorized use, reproduction or
  6.  *    transfer of this program is strictly prohibited.
  7.  *
  8.  *    Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989 FairCom Corporation
  9.  *    (Subject to limited distribution and
  10.  *     restricted disclosure only.)
  11.  *    *** ALL RIGHTS RESERVED ***
  12.  *
  13.  *    4006 West Broadway
  14.  *    Columbia, MO 65203
  15.  *
  16.  *
  17.  *    c-tree(R)    Version 4.3
  18.  *            Release C
  19.  *            February 7, 1989 17:30
  20.  *
  21.  */
  22.  
  23.  
  24. /*
  25.  * convert V4.1 c-tree globals to V4.3
  26.  *
  27.  * only necessary if code references c-tree globals
  28.  *
  29.  */
  30.  
  31. #define key        ct_key
  32. #define nodsec        ct_ndsec
  33. #define maxfil        ct_mxfil
  34. #define revmap        ct_rvmap
  35. #define savset        ct_savset
  36. #define fndval        ct_fndval
  37. #define datmap        ct_dtmap
  38. #define keymap        ct_kymap
  39. #define isam_lok    ct_ismlk
  40.  
  41. /* end of ctglbbl.h */
  42.