From: solar Date: Wed, 24 May 2006 06:14:28 +0000 (+0000) Subject: Declaration of Xdigits now handled by header. X-Git-Tag: v0.5~185 X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=d2183e8421f71a0c409e5dca6546569a54403379 Declaration of Xdigits now handled by header. --- diff --git a/functions/_PDCLIB/print.c b/functions/_PDCLIB/print.c index 986ab43..a8c44f6 100644 --- a/functions/_PDCLIB/print.c +++ b/functions/_PDCLIB/print.c @@ -12,8 +12,6 @@ #include #include -extern char * _PDCLIB_Xdigits; - /* Using an integer's bits as flags for both the conversion flags and length modifiers. */