Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 512408 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- texlive-20140525-source/texk/ps2pkm/objects.h
0
++ texlive-20140525-source-format-security/texk/ps2pkm/objects.h
Lines 232-238 struct xobject { Link Here
232
/*SHARED*/
232
/*SHARED*/
233
/* NDW: personally, I want to see status and error messages! */
233
/* NDW: personally, I want to see status and error messages! */
234
#define IfTrace0(condition,model)                                 \
234
#define IfTrace0(condition,model)                                 \
235
        {if (condition) printf(model);}
235
        {if (condition) printf("%s", model);}
236
#define IfTrace1(condition,model,arg0)                            \
236
#define IfTrace1(condition,model,arg0)                            \
237
        {if (condition) printf(model,arg0);}
237
        {if (condition) printf(model,arg0);}
238
#define IfTrace2(condition,model,arg0,arg1)                       \
238
#define IfTrace2(condition,model,arg0,arg1)                       \

Return to bug 512408