]> pd.if.org Git - pdclib/commitdiff
Added FIXME
authorsolar <unknown>
Thu, 19 Feb 2009 02:51:27 +0000 (02:51 +0000)
committersolar <unknown>
Thu, 19 Feb 2009 02:51:27 +0000 (02:51 +0000)
functions/_PDCLIB/print.c

index 95e71c6c5a8ab979c25dc1fac5606576cecbc9a1..0ac327220234d628f76893252f703b673bbea137 100644 (file)
@@ -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