cfad47cfa3/t3compiler/tads3/tcglob.cpp
Commiter: Nikos Chantziaras
Author: Nikos Chantziaras
Revision: cfad47cfa3
File Size: 565 Bytes
(June 01, 2009 20:54 UTC) Almost 3 years ago
Initial commit.
#ifdef RCSID static char RCSid[] = "$Header: d:/cvsroot/tads/tads3/tcglob.cpp,v 1.2 1999/05/17 02:52:29 MJRoberts Exp $"; #endif /* * Copyright (c) 1999, 2002 Michael J. Roberts. All Rights Reserved. * * Please see the accompanying license file, LICENSE.TXT, for information * on using and copying this software. */ /* Name tcglob.cpp - TADS 3 Compiler Globals Function Notes Modified 05/01/99 MJRoberts - Creation */ /* define storage for the globals */ #define TC_GLOB_DECLARE /* include the globals header */ #include "tcglob.h" |