summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/synctexdir')
-rw-r--r--Build/source/texk/web2c/synctexdir/synctex.c5
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"