From f408c1fd633015089d2a0fc6bc31c9f61eeae0a9 Mon Sep 17 00:00:00 2001 From: solar Date: Thu, 19 Feb 2009 02:51:27 +0000 Subject: [PATCH] Added FIXME --- functions/_PDCLIB/print.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0