3 * Copyright (c) 1991-1994, Larry Wall
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Artistic License, as specified in the README file.
11 * EXT designates a global var which is defined in perl.h
12 * dEXT designates a global var which is defined in another
13 * file, so we can't count on finding it in perl.h
14 * (this practice should be avoided).
18 #if defined(VMS) && !defined(__GNUC__)
19 # define EXT globaldef {"$GLOBAL_RW_VARS"} noshare
20 # define dEXT globaldef {"$GLOBAL_RW_VARS"} noshare