From: solar <> Date: Wed, 24 May 2006 06:14:28 +0000 (+0000) Subject: Declaration of Xdigits now handled by header. X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=commitdiff_plain;h=2c439878fef21089a9da05ccee7dea036cd03104 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. */