X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprint.c;h=0ac327220234d628f76893252f703b673bbea137;hb=f408c1fd633015089d2a0fc6bc31c9f61eeae0a9;hp=95e71c6c5a8ab979c25dc1fac5606576cecbc9a1;hpb=69b20c9293697ef467cd4c0cadcad9cc4bcdc488;p=pdclib 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