summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips/pstricks/pst-algparser.pro
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-14 23:07:44 +0000
committerKarl Berry <karl@freefriends.org>2011-08-14 23:07:44 +0000
commit04dc31dcd61adf9924a90ff4d450ab25b3010646 (patch)
tree51e0a93a6afa05a4363d551e078d88e9c6a2612d /Master/texmf-dist/dvips/pstricks/pst-algparser.pro
parenta6f1bf5e02c8819c63809f345c5a803cb274c9d5 (diff)
pstricks
git-svn-id: svn://tug.org/texlive/trunk@23559 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips/pstricks/pst-algparser.pro')
-rw-r--r--Master/texmf-dist/dvips/pstricks/pst-algparser.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pst-algparser.pro b/Master/texmf-dist/dvips/pstricks/pst-algparser.pro
index 4d0b78fe983..b42cd0b5144 100644
--- a/Master/texmf-dist/dvips/pstricks/pst-algparser.pro
+++ b/Master/texmf-dist/dvips/pstricks/pst-algparser.pro
@@ -1,7 +1,7 @@
% $Id: pst-algparser.pro 350 2010-06-18 05:18:55Z herbert $
%%
%% PostScript prologue for PSTricks algorithm parser
-%% Version 0.02, 2010/06/08
+%% Version 0.03, 2011/06/03
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
@@ -742,6 +742,7 @@ end%%%tx@CoreAnalyzerDict
%% n -> n!
/Fact { 1 exch 2 exch 1 exch { mul } for } bind def
/fact { Fact } bind def
+/! { Fact } bind def
end
%
% END pst-algparser.pro \ No newline at end of file