From: solar Date: Wed, 24 May 2006 06:14:28 +0000 (+0000) Subject: Declaration of Xdigits now handled by header. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=d4b42d70d5a4b964c4a14194e562f3322b193e9c;p=fw%2Fpdclib Declaration of Xdigits now handled by header. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@208 546481bc-9713-0410-bf18-d3337bbf4a3e --- 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. */