/***************************************************************/ /* */ /* GLOBALS.C */ /* */ /* This file simply instantiates all of the global variables. */ /* */ /* It does this by #defining MK_GLOBALS and #including */ /* globals.h and err.h */ /* */ /* This file is part of REMIND. */ /* Copyright (C) 1992-1998 by David F. Skoll */ /* Copyright (C) 1999-2000 by Roaring Penguin Software Inc. */ /* */ /***************************************************************/ #include "config.h" #include /* For defintion of FILE - sigh! */ #include "types.h" #include "custom.h" #define MK_GLOBALS #include "globals.h" #include "err.h"