summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/tounicode.c
diff options
context:
space:
mode:
authorHan The Thanh <hanthethanh@gmail.com>2009-04-06 20:47:07 +0000
committerHan The Thanh <hanthethanh@gmail.com>2009-04-06 20:47:07 +0000
commit1477c556516639f7fe8c1badd68a62e8e4b72050 (patch)
tree0e800946e0302176cf23160e6d7b8ee87eba3781 /Build/source/texk/web2c/pdftexdir/tounicode.c
parent0addcc0b8701a58ec82d3825ff4a687049c37b35 (diff)
remove svn keywords from files under pdftexdir/
git-svn-id: svn://tug.org/texlive/trunk@12642 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/tounicode.c')
-rw-r--r--Build/source/texk/web2c/pdftexdir/tounicode.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/tounicode.c b/Build/source/texk/web2c/pdftexdir/tounicode.c
index 8a3e0aa9b74..99b7d0fc247 100644
--- a/Build/source/texk/web2c/pdftexdir/tounicode.c
+++ b/Build/source/texk/web2c/pdftexdir/tounicode.c
@@ -20,9 +20,6 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#include "ptexlib.h"
-static const char _svn_version[] =
- "$Id$ $URL: http://scm.foundry.supelec.fr/svn/pdftex/branches/stable/source/src/texk/web2c/pdftexdir/tounicode.c $";
-
#define isXdigit(c) (isdigit(c) || ('A' <= (c) && (c) <= 'F'))
#define UNI_UNDEF -1
#define UNI_STRING -2 /* string allocated by deftounicode() */