summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips/pstricks/pst-algparser.pro
diff options
context:
space:
mode:
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