Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!boring.cray.com!hrp From: hrp@boring.cray.com (Hal Peterson) Newsgroups: gnu.ghostscript.bug Subject: one last syntax error in gdevx Message-ID: <8907251933.AA14468@rothko.cray.com> Date: 25 Jul 89 19:33:12 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 31 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));