File: PhonyDef.mesa - created by JKF. Last edit:
JKF 1-Jul-87 17:26:43
Copyright (C) 1987 by Xerox Corporation. All rights reserved.
This is a workaround for a bug in XDE:
Modules which appear at the beginning of a config and which
do not export any values can cause address faults when starting other
modules.
PhonyDef:
DEFINITIONS =
BEGIN
someVar:
CARDINAL;
END...