X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=globals.c;h=5c487b9d99fe7f3f7d638013226763016820cc1b;hb=7c04078ea21d9035bc412dbd7b8edf35773a2c43;hp=3c9c9407a7a908688ef0e7ee512668b101bbbd0d;hpb=acfe0abcedaf592fb4b9cb69ce3468308ae99d91;p=p5sagit%2Fp5-mst-13.2.git diff --git a/globals.c b/globals.c index 3c9c940..5c487b9 100644 --- a/globals.c +++ b/globals.c @@ -1,3 +1,17 @@ +/* globals.c + * + * Copyright (C) 1995, 1999, 2000, 2001, by Larry Wall and others + * + * 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);