]> git.pld-linux.org Git - packages/texlive.git/blob - texlive-source-x11r7.patch
- delete %%attr of %%{fmtdir}/pdftex
[packages/texlive.git] / texlive-source-x11r7.patch
1 --- texk/xdvik/xdvi.h
2 +++ texk/xdvik/xdvi.h   2007-01-10 15:40:33.000000000 +0000
3 @@ -190,6 +190,12 @@ typedef unsigned long xuint32;
4  # endif
5  #endif
6  
7 +/* redefine X11 macros for our own usage, see below */
8 +#ifdef __STDC__
9 +# undef NeedFunctionPrototypes
10 +# undef NeedWidePrototypes
11 +#endif
12 +
13  /* for unused parameters */
14  #ifndef UNUSED
15  #define UNUSED(x) ((void)(x))
This page took 0.053784 seconds and 3 git commands to generate.