X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=globals.c;h=b9d70cc004c479030a1a3fa94698384e90b3512c;hb=2d92f8a00cb1e1f5a01e5a2057563ce78851c792;hp=3c9c9407a7a908688ef0e7ee512668b101bbbd0d;hpb=acfe0abcedaf592fb4b9cb69ce3468308ae99d91;p=p5sagit%2Fp5-mst-13.2.git 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);