=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/term/Attic/ai.trm,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/term/Attic/ai.trm 2000/01/22 14:16:20 1.1.1.2 +++ OpenXM_contrib/gnuplot/term/Attic/ai.trm 2003/09/15 07:09:35 1.1.1.3 @@ -1,5 +1,5 @@ /* - * $Id: ai.trm,v 1.1.1.2 2000/01/22 14:16:20 maekawa Exp $ + * $Id: ai.trm,v 1.1.1.3 2003/09/15 07:09:35 ohara Exp $ * */ @@ -108,10 +108,6 @@ TERM_PUBLIC int AI_set_font __PROTO((char *font)); #ifndef TERM_PROTO_ONLY #ifdef TERM_BODY -/* From version.c */ -extern char version[]; -extern char patchlevel[]; - char ai_font[MAX_ID_LEN + 1] = "Times-Roman"; /* name of font */ int ai_fontsize = 14; /* size of font in pts */ char ai_oldfont[MAX_ID_LEN + 1] = "Times-Roman"; /* name of font */ @@ -178,7 +174,7 @@ TERM_PUBLIC void AI_init() %%%%Template:\n\ %%%%EndComments\n\ %%%%EndProlog\n", - version, patchlevel, + gnuplot_version, gnuplot_patchlevel, AI_XOFF, AI_YOFF, (int) ((AI_XMAX) / AI_SC + 0.5 + AI_XOFF), (int) ((AI_YMAX) / AI_SC + 0.5 + AI_YOFF));