[gnu.ghostscript.bug] one last syntax error in gdevx

hrp@boring.cray.com (Hal Peterson) (07/26/89)

I am using GhostScript 1.3 with the patches supplied by Tony Li and
snoopy's fix to interp.c.  My platform is an 8MB Sun 3/50 running
SunOS 3.5.  I am compiling with GCC 1.35.

The following patch fixes the last syntax error in gdevx.c.  Once this
is done, it compiles without error.
--
Hal Peterson			Domain:  hrp@cray.com
Cray Research			Old style:  hrp%cray.com@uc.msc.umn.edu
1440 Northland Dr.		UUCP:  uunet!cray!hrp
Mendota Hts, MN  55120  USA	Telephone:  +1 612 681 3145
========================================================================
*** gdevx-DIST.c	Tue Jun 20 10:43:55 1989
--- gdevx.c	Sun Jul 23 13:28:29 1989
***************
*** 59,65 ****
  
  int x_copy_mono(P10(gx_device *, byte *, int, int, int, int, int, int, gx_color_index, gx_color_index));
  
! int x_copy_color(P9(gx_device *, byte *, int, int, int, int, int, int, int));
  
  int x_draw_line(P6(gx_device *, int, int, int, int, gx_color_index));
  
--- 59,65 ----
  
  int x_copy_mono(P10(gx_device *, byte *, int, int, int, int, int, int, gx_color_index, gx_color_index));
  
! int x_copy_color(P8(gx_device *, byte *, int, int, int, int, int, int));
  
  int x_draw_line(P6(gx_device *, int, int, int, int, gx_color_index));