=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/internal.c,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/Attic/internal.c 2000/01/22 14:15:59 1.1.1.2 +++ OpenXM_contrib/gnuplot/Attic/internal.c 2003/09/15 07:09:25 1.1.1.3 @@ -1,5 +1,5 @@ #ifndef lint -static char *RCSid = "$Id: internal.c,v 1.1.1.2 2000/01/22 14:15:59 maekawa Exp $"; +static char *RCSid = "$Id: internal.c,v 1.1.1.3 2003/09/15 07:09:25 ohara Exp $"; #endif /* GNUPLOT - internal.c */ @@ -99,7 +99,7 @@ warning: internal error--stack not empty!\n\ (function called with too many parameters?)\n"); } -#define BAD_DEFAULT default: int_error("interal error : type neither INT or CMPLX", NO_CARET); return; +#define BAD_DEFAULT default: int_error("internal error : type neither INT or CMPLX", NO_CARET); return; struct value *pop(x) struct value *x;