X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=deb.c;h=8058d1a3b39a64f90f4943845678cded76ea3cc5;hb=64f14228217abb04a437553319642d6e7a82a3e8;hp=fea6ffa2e7bcc983915dbff59e2f7dba5c3dc5be;hpb=760ac839baf413929cd31cc32ffd6dba6b781a81;p=p5sagit%2Fp5-mst-13.2.git diff --git a/deb.c b/deb.c index fea6ffa..8058d1a 100644 --- a/deb.c +++ b/deb.c @@ -1,6 +1,6 @@ /* deb.c * - * Copyright (c) 1991-1994, Larry Wall + * Copyright (c) 1991-1997, 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. @@ -42,12 +42,12 @@ deb(pat,a1,a2,a3,a4,a5,a6,a7,a8) # ifdef I_STDARG void -deb(char *pat, ...) +deb(const char *pat, ...) # else /*VARARGS1*/ void deb(pat, va_alist) - char *pat; + const char *pat; va_dcl # endif {