view etc/ps-prin3.ps @ 29275:b4ea9178e480

(DECODE_COMPOSITION_START): If coding->cmp_data is not yet allocated, finish decoding with result CODING_FINISH_INSUFFICIENT_CMP. (coding_allocate_composition_data): Make it non-static. (coding_restore_composition): Likewise.
author Kenichi Handa <handa@m17n.org>
date Mon, 29 May 2000 11:25:30 +0000
parents 3305d83568ea
children 0763a6ed0743
line wrap: on
line source

% === BEGIN ps-print prologue 3

% --- duplex feature verification
UseSetpagedevice {
  BMark /Duplex DuplexValue /Tumble TumbleValue EMark setpagedevice
}{
  statusdict begin
   DuplexValue setduplexmode TumbleValue settumble
  end
}ifelse

% === END ps-print prologue 3