summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-30 22:56:16 +0000
committerKarl Berry <karl@freefriends.org>2010-04-30 22:56:16 +0000
commit83c112dcf58f19f5b3b1cc8ab677f35cc09db642 (patch)
treef123ac1e1f536dfe2c1e4b68e40fba1800a17afc /Master/texmf-dist/dvips
parent3e6e7257268fd821558e63c91e4a9367ae1166fb (diff)
pst-node update (30apr10)
git-svn-id: svn://tug.org/texlive/trunk@18062 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r--Master/texmf-dist/dvips/pst-node/pst-node.pro11
1 files changed, 1 insertions, 10 deletions
diff --git a/Master/texmf-dist/dvips/pst-node/pst-node.pro b/Master/texmf-dist/dvips/pst-node/pst-node.pro
index 94a343c6c1b..c1a814d6af6 100644
--- a/Master/texmf-dist/dvips/pst-node/pst-node.pro
+++ b/Master/texmf-dist/dvips/pst-node/pst-node.pro
@@ -1,7 +1,7 @@
% $Id: pst-node.pro 304 2010-04-22 08:23:39Z herbert $
%%
%% PostScript prologue for pst-node.tex.
-%% Version 1.11, 2010/04/22.
+%% Version 1.12, 2010/04/30.
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
@@ -578,15 +578,6 @@ def /HPutPos { VPutPos@ HPutLine } def mark LPutVar tx@Dict begin
Y add /Y ED
} def
%
-%------------------------- helper functions ---------------------
-%
-/concatstringarray{ % [(a) (b) ... (z)] --> (ab...z) 20100422
- 0 1 index { length add } forall
- string
- 0 3 2 roll
- { 3 copy putinterval length add }forall
- pop
-} bind def
%
end
%