From 1aab22e62c80e088fffc063b78700df289d7f5fb Mon Sep 17 00:00:00 2001 From: solar Date: Thu, 19 Feb 2009 02:51:27 +0000 Subject: [PATCH] Added FIXME git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@282 546481bc-9713-0410-bf18-d3337bbf4a3e --- 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.47.2