
		TO TRANSFORM RAM:gnuplot-2.0-pl2/translate/internal.c INTO translate/internal.c ...

*** CHANGE 29 IN RAM:gnuplot-2.0-pl2/translate/internal.c TO 29 IN translate/internal.c ***
<struct value stack[STACK_DEPTH];

---------------
>extern struct value stack[STACK_DEPTH];

*** APPEND AFTER 33 IN RAM:gnuplot-2.0-pl2/translate/internal.c ***
>#ifdef AMIGA_LC_5_1
>int matherr(x)
>struct exception *x;
>{
>	return (undefined = TRUE);		/* don't print error message */
>}
>#else /* AMIGA_LC_5_1 */

*** APPEND AFTER 41 IN RAM:gnuplot-2.0-pl2/translate/internal.c ***
>#endif /* AMIGA_LC_5_1 */

