~ubuntu-branches/ubuntu/oneiric/ghostscript/oneiric

« back to all changes in this revision

Viewing changes to Resource/Init/gs_trap.ps

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2011-07-15 16:49:55 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20110715164955-uga6qibao6kez05c
Tags: 9.04~dfsg~20110715-0ubuntu1
* New upstream release
   - GIT snapshot from Jult, 12 2011.
* debian/patches/020110406~a54df2d.patch,
  debian/patches/020110408~0791cc8.patch,
  debian/patches/020110408~507cbee.patch,
  debian/patches/020110411~4509a49.patch,
  debian/patches/020110412~78bb9a6.patch,
  debian/patches/020110418~a05ab8a.patch,
  debian/patches/020110420~20b6c78.patch,
  debian/patches/020110420~4ddefa2.patch: Removed upstream patches.
* debian/rules: Generate ABI version number (variable "abi") correctly,
  cutting off repackaging and pre-release parts.
* debian/rules: Added ./lcms2/ directory to DEB_UPSTREAM_REPACKAGE_EXCLUDES.
* debian/copyright: Added lcms2/* to the list of excluded files.
* debian/symbols.common: Updated for new upstream source. Applied patch
  which dpkg-gensymbols generated for debian/libgs9.symbols to this file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%    Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
2
 
 
2
%
3
3
% This software is provided AS-IS with no warranty, either express or
4
4
% implied.
5
 
 
5
%
6
6
% This software is distributed under license and may not be copied,
7
7
% modified or distributed except as expressly authorized under the terms
8
8
% of the license contained in the file LICENSE in this distribution.
9
 
 
9
%
10
10
% For more information about licensing, please refer to
11
11
% http://www.ghostscript.com/licensing/. For information on
12
12
% commercial licensing, go to http://www.artifex.com/licensing/ or
13
13
% contact Artifex Software, Inc., 101 Lucas Valley Road #110,
14
14
% San Rafael, CA  94903, U.S.A., +1(415)492-9861.
15
15
 
16
 
% $Id: gs_trap.ps 12268 2011-03-10 06:19:17Z alexcher $
 
16
% $Id$
17
17
% PostScript LanguageLevel 3 in-RIP trapping support.
18
18
 
19
19
ll3dict begin
32
32
/settrapparams dup {            % <paramdict> settrapparams -
33
33
  /.trapparams .uservar dup length dict .copydict
34
34
  dup 2 index {
35
 
                        % Stack: paramdict olddict olddict key value
 
35
                        % Stack: paramdict olddict olddict key value
36
36
    2 index 2 index known { put dup } { pop pop } ifelse
37
37
  } forall pop
38
38
  dup .settrapparams    % Let the operator check parameter validity.
57
57
} bind .makeoperator
58
58
 
59
59
/settrapzone dup {              % - settrapzone -
60
 
        % ****** DUMMY ******
 
60
        % ****** DUMMY ******
61
61
  newpath
62
62
} bind .makeoperator
63
63