From: solar Date: Thu, 19 Feb 2009 02:51:27 +0000 (+0000) Subject: Added FIXME X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1aab22e62c80e088fffc063b78700df289d7f5fb;p=fw%2Fpdclib Added FIXME git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@282 546481bc-9713-0410-bf18-d3337bbf4a3e --- diff --git a/functions/_PDCLIB/print.c b/functions/_PDCLIB/print.c index 95e71c6..0ac3272 100644 --- a/functions/_PDCLIB/print.c +++ b/functions/_PDCLIB/print.c @@ -15,6 +15,7 @@ /* Using an integer's bits as flags for both the conversion flags and length modifiers. */ +/* FIXME: one too many flags to work on a 16-bit machine */ #define E_minus 1<<0 #define E_plus 1<<1 #define E_alt 1<<2