diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-06-05 14:10:40 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-06-05 14:10:40 +0000 |
commit | d65aa576328f6698d7e7bf7c65119281cbca0981 (patch) | |
tree | 7318465d08d3e5d176bcb4c96a92a65dad6d71dc /Build/source/texk/web2c | |
parent | fc6e759582a57b0d59398fb5e923157416fc0055 (diff) |
build system update/cleanup
git-svn-id: svn://tug.org/texlive/trunk@18755 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/synctex.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex.c b/Build/source/texk/web2c/synctexdir/synctex.c index f531a5146bc..67dc8d510bb 100644 --- a/Build/source/texk/web2c/synctexdir/synctex.c +++ b/Build/source/texk/web2c/synctexdir/synctex.c @@ -274,12 +274,9 @@ Latest Revision: Wed Jul 1 08:15:44 UTC 2009 /* For non-GCC compilation. */ # if !defined(__GNUC__) || (__GNUC__ < 2) -# if !defined(__GNUC__) || (__GNUC__ < 2) -# define __attribute__(A) -# endif /* !defined(__GNUC__) || (__GNUC__ < 2) */ +# define __attribute__(A) # endif - /* In the header file below, TEX-OR-MF-OR-MP is replaced by the real name (tex, etex...) * Some macros will be redefined and additional headers will be imported */ # include "synctex-TEX-OR-MF-OR-MP.h" |