~ubuntu-branches/debian/squeeze/ghostscript/squeeze

« back to all changes in this revision

Viewing changes to src/icontext.c

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2009-01-04 12:09:59 UTC
  • mfrom: (16.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090104120959-m9lbagj775ucg0h3
Tags: 8.63.dfsg.1-2
libgs-dev: put versioned dependency on libgs8 - closes: #510691

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
   San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12
12
*/
13
13
 
14
 
/* $Id: icontext.c 8250 2007-09-25 13:31:24Z giles $ */
 
14
/* $Id: icontext.c 8631 2008-04-09 15:28:45Z ken $ */
15
15
/* Context state operations */
16
16
#include "ghost.h"
17
17
#include "gsstruct.h"           /* for gxalloc.h */
151
151
    pcst->scanner_options = 0;
152
152
    pcst->LockFilePermissions = false;
153
153
    pcst->starting_arg_file = false;
 
154
    pcst->RenderTTNotdef = true;
154
155
    /* The initial stdio values are bogus.... */
155
156
    make_file(&pcst->stdio[0], a_readonly | avm_invalid_file_entry, 1,
156
157
              invalid_file_entry);