From 51ea87d467e549f2e73927c43d4e09b8ce0c96f9 Mon Sep 17 00:00:00 2001 From: Ludovic Jacomme Date: Wed, 3 Apr 2002 15:31:13 +0000 Subject: [PATCH] Hi --- alliance/src/l2p/src/drive_ps.c | 8 ++++---- alliance/src/l2p/src/l2p.c | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/alliance/src/l2p/src/drive_ps.c b/alliance/src/l2p/src/drive_ps.c index 43adbbaf..7af82ab2 100644 --- a/alliance/src/l2p/src/drive_ps.c +++ b/alliance/src/l2p/src/drive_ps.c @@ -46,7 +46,7 @@ /* printer. */ /****************************************************************************/ -#ident "$Id: drive_ps.c,v 1.1 2002/04/03 13:55:21 ludo Exp $" +#ident "$Id: drive_ps.c,v 1.2 2002/04/03 15:31:13 ludo Exp $" #define DRIVE2PS @@ -59,7 +59,7 @@ #include "rds.h" #include "rwi.h" #include "rut.h" -#include RPS_H +#include "rps_inc.h" #include "rtl.h" #include "rpr.h" #include "rfm.h" @@ -375,7 +375,7 @@ rps_par *p; pg->ps_x, pg->ps_y, pg->ps_x+pg->ps_w, pg->ps_y+pg->ps_h); rps_put (pg, buf); - sprintf (buf, "%%%%Creator: Rps v%s", RPS_VERSION); + sprintf (buf, "%%%%Creator: Rps v%s", L2P_VERSION); sprintf (buf, "%s with%s\n", buf, p->cmdline); rps_put (pg, buf); sprintf (buf, "%%SCALE=%f\n", p->tops); @@ -449,7 +449,7 @@ rps_par *p; pg->ps_x, pg->ps_y, pg->ps_x+pg->ps_w, pg->ps_y+pg->ps_h); rps_put (pg, buf); - sprintf (buf, "%%%%Creator: Rps v%s", RPS_VERSION); + sprintf (buf, "%%%%Creator: Rps v%s", L2P_VERSION); sprintf (buf, "%s with%s\n", buf, p->cmdline); rps_put (pg, buf); sprintf (buf, "%%SCALE=%f\n", p->tops); diff --git a/alliance/src/l2p/src/l2p.c b/alliance/src/l2p/src/l2p.c index 1957dbae..199aa13b 100644 --- a/alliance/src/l2p/src/l2p.c +++ b/alliance/src/l2p/src/l2p.c @@ -39,7 +39,7 @@ /* */ /****************************************************************************/ -#ident "$Id: l2p.c,v 1.1 2002/04/03 13:55:21 ludo Exp $" +#ident "$Id: l2p.c,v 1.2 2002/04/03 15:31:13 ludo Exp $" #include #include @@ -51,7 +51,7 @@ #include "rds.h" #include "rwi.h" #include "rut.h" -#include RPS_H +#include "rps_inc.h" #include "rtl.h" #include "rpr.h" #include "rfm.h" @@ -107,7 +107,7 @@ struct rps_param *param; exit (0); }; }; - alliancebanner ("L2P",RPS_VERSION, + alliancebanner ("L2P",L2P_VERSION, "(L)ayout to(2) (P)aper: A tool for PostScript plots", "1994",ALLIANCE_VERSION); if (argc == 1) {