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