X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/acfe0abcedaf592fb4b9cb69ce3468308ae99d91..ece2ffd956f7ea808efa81a896d7c65a476ba817:/globals.c diff --git a/globals.c b/globals.c index 3c9c940..b9d70cc 100644 --- a/globals.c +++ b/globals.c @@ -1,3 +1,17 @@ +/* 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. + * + */ + +/* + * "For the rest, they shall represent the other Free Peoples of the World: + * Elves, Dwarves, and Men." --Elrond + */ + #include "INTERN.h" #define PERL_IN_GLOBALS_C #include "perl.h" @@ -14,7 +28,7 @@ Perl_fprintf_nocontext(PerlIO *stream, const char *format, ...) int Perl_printf_nocontext(const char *format, ...) { - dTHXs; + dTHX; va_list(arglist); va_start(arglist, format); return PerlIO_vprintf(PerlIO_stdout(), format, arglist);