diff options
Diffstat (limited to 'globals.c')
-rw-r--r-- | globals.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +/* globals.c + * + * Copyright (c) 1997-2002, Larry Wall + * + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. + * + */ + #include "INTERN.h" #define PERL_IN_GLOBALS_C #include "perl.h" |