diff options
author | Martin Schröder <martin@oneiros.de> | 2008-05-08 14:25:16 +0000 |
---|---|---|
committer | Martin Schröder <martin@oneiros.de> | 2008-05-08 14:25:16 +0000 |
commit | 827cf5621c44c3d315ac95c52c15a23f88d5d44d (patch) | |
tree | 9ec064331f207aa7e08b5057bdae34843df381ef /Build/source/texk/web2c/pdftexdir/pdftoepdf.cc | |
parent | ccae75643e0bad3a0450768463491b7760e8ad7c (diff) |
Import pdftex 1.40.8-beta-20080506
git-svn-id: svn://tug.org/texlive/trunk@7945 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/pdftoepdf.cc')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftoepdf.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc b/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc index f4d66cb5464..35683d600c9 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc +++ b/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc @@ -16,8 +16,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with pdfTeX; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -$Id$ */ #include <stdlib.h> @@ -47,6 +45,9 @@ $Id$ #include "epdf.h" +static const char _svn_version[] = + "$Id$ $URL: http://scm.foundry.supelec.fr/svn/pdftex/branches/stable/source/src/texk/web2c/pdftexdir/pdftoepdf.cc $"; + // This file is mostly C and not very much C++; it's just used to interface // the functions of xpdf, which happens to be written in C++. |