summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir
diff options
context:
space:
mode:
authorHan The Thanh <hanthethanh@gmail.com>2010-06-05 07:28:22 +0000
committerHan The Thanh <hanthethanh@gmail.com>2010-06-05 07:28:22 +0000
commitfc6e759582a57b0d59398fb5e923157416fc0055 (patch)
tree4bab960903146ab1cc11d0666a9fa5d240f5d6d3 /Build/source/texk/web2c/synctexdir
parent55524f8b6257bf114c5a49091a82b66225b4646e (diff)
added character protrusion for xetex; changed version string to 0.9997.1
git-svn-id: svn://tug.org/texlive/trunk@18754 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir')
-rw-r--r--Build/source/texk/web2c/synctexdir/synctex.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex.c b/Build/source/texk/web2c/synctexdir/synctex.c
index 67dc8d510bb..f531a5146bc 100644
--- a/Build/source/texk/web2c/synctexdir/synctex.c
+++ b/Build/source/texk/web2c/synctexdir/synctex.c
@@ -274,9 +274,12 @@ Latest Revision: Wed Jul 1 08:15:44 UTC 2009
/* For non-GCC compilation. */
# if !defined(__GNUC__) || (__GNUC__ < 2)
-# define __attribute__(A)
+# if !defined(__GNUC__) || (__GNUC__ < 2)
+# define __attribute__(A)
+# endif /* !defined(__GNUC__) || (__GNUC__ < 2) */
# 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"