[2257] in SIPB bug reports
dvips patches for RS/6000
daemon@ATHENA.MIT.EDU (lwvanels@Athena.MIT.EDU)
Mon Nov 11 16:47:25 1991
From: lwvanels@Athena.MIT.EDU
Date: Mon, 11 Nov 91 16:46:37 -0500
To: bug-sipb@Athena.MIT.EDU
Reply-To: lwvanels@mit.edu
*** /tmp/,RCSt1RcUAc5 Mon Nov 11 16:37:36 1991
--- Makefile Mon Nov 11 16:32:07 1991
***************
*** 17,23 ****
# define the c-compiler flag
# add -D_POSIX_SOURCE if you are POSIX (also define SYSV) (only relevant
# for subdir searching)
! # SYS = -DSYSV
# Define this to be whatever you use for installation. If you don't have
# install, use a script that invokes copy and chmod's the files
--- 17,23 ----
# define the c-compiler flag
# add -D_POSIX_SOURCE if you are POSIX (also define SYSV) (only relevant
# for subdir searching)
! SYS = -DSYSV -D_POSIX_SOURCE
# Define this to be whatever you use for installation. If you don't have
# install, use a script that invokes copy and chmod's the files
*** /tmp/,RCSt1RcsCSM Mon Nov 11 16:37:47 1991
--- dvips.c Mon Nov 11 16:32:49 1991
***************
*** 123,129 ****
--- 123,132 ----
extern void cmdout() ;
extern void numout() ;
extern int add_header() ;
+ #ifndef _IBMR2
+ /* Defined as a macro on the RS/6000 */
extern char *strcpy() ;
+ #endif
extern void checkenv() ;
extern void getpsinfo() ;
#ifdef FONTLIB
*** /tmp/,RCSt1RdIBFe Mon Nov 11 16:38:08 1991
--- resident.c Mon Nov 11 16:32:49 1991
***************
*** 21,27 ****
--- 21,30 ----
extern integer pkquad() ;
extern integer pktrio() ;
extern Boolean pkopen() ;
+ #ifndef _IBMR2
+ /* Defined as a macro on the RS/6000 */
extern char *strcpy() ;
+ #endif
extern char *getenv() ;
extern char *newstring() ;
extern int add_header() ;