1 #ifdef RCSID
2 static char RCSid[] =
3 "$Header: d:/cvsroot/tads/tads3/tcglob.cpp,v 1.2 1999/05/17 02:52:29 MJRoberts Exp $";
4 #endif
5 
6 /*
7  *   Copyright (c) 1999, 2002 Michael J. Roberts.  All Rights Reserved.
8  *
9  *   Please see the accompanying license file, LICENSE.TXT, for information
10  *   on using and copying this software.
11  */
12 /*
13 Name
14   tcglob.cpp - TADS 3 Compiler Globals
15 Function
16 
17 Notes
18 
19 Modified
20   05/01/99 MJRoberts  - Creation
21 */
22 
23 /* define storage for the globals */
24 #define TC_GLOB_DECLARE
25 
26 /* include the globals header */
27 #include "tcglob.h"
28 
29