From: solar <> Date: Thu, 19 Feb 2009 02:51:27 +0000 (+0000) Subject: Added FIXME X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=commitdiff_plain;h=18af9d0a4cd252433e0cbd5daf4640e325c9d0ab Added FIXME --- 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