home *** CD-ROM | disk | FTP | other *** search
-
- TO TRANSFORM RAM:gnuplot-2.0-pl2/command.c INTO command.c ...
-
- *** CHANGE [51,53] IN RAM:gnuplot-2.0-pl2/command.c TO [51,56] IN command.c ***
- <
- <#endif /* MSDOS */
- <
-
- ---------------
- >#endif /* MSDOS */
- >
- >#ifdef AMIGA_LC_5_1
- >#include <proto/dos.h>
- >void sleep();
- >#endif /* AMIGA_LC_5_1 */
-
- *** APPEND AFTER 63 IN RAM:gnuplot-2.0-pl2/command.c ***
- >#ifdef AMIGA_LC_5_1
- >#define HELPFILE "S:gnuplot.gih"
- >#else
-
- *** APPEND AFTER 65 IN RAM:gnuplot-2.0-pl2/command.c ***
- >#endif
-
- *** APPEND AFTER 185 IN RAM:gnuplot-2.0-pl2/command.c ***
- >
-
- *** APPEND AFTER 450 IN RAM:gnuplot-2.0-pl2/command.c ***
- >#ifdef AMIGA_LC_5_1
- >int num_perc_ast;
- >char *start_search;
- >#endif /* AMIGA_LC_5_1 */
-
- *** APPEND AFTER 498 IN RAM:gnuplot-2.0-pl2/command.c ***
- >#ifdef AMIGA_LC_5_1
- > num_perc_ast = 0;
- > start_search = format;
- > while (*start_search != '\0') {
- > if (start_search[0] == '%')
- > if (start_search[1] == '*') num_perc_ast++;
- > start_search++;
- > }
- > switch (sscanf(line, format, &x, &y) - num_perc_ast) {
- >#else /* AMIGA_LC_5_1 */
-
- *** APPEND AFTER 499 IN RAM:gnuplot-2.0-pl2/command.c ***
- >#endif /* AMIGA_LC_5_1 */
-
- *** CHANGE 995 IN RAM:gnuplot-2.0-pl2/command.c TO 1018 IN command.c ***
- < yp->points[i].type == OUTRANGE;
-
- ---------------
- > yp->points[i].type = OUTRANGE;
-
- *** APPEND AFTER 1088 IN RAM:gnuplot-2.0-pl2/command.c ***
- >#ifdef AMIGA_LC_5_1
- >void sleep(delay)
- >unsigned int delay;
- >{
- > Delay(50 * delay);
- >}
- >#endif
-
- *** APPEND AFTER 1466 IN RAM:gnuplot-2.0-pl2/command.c ***
- >#ifdef AMIGA_LC_5_1
- >do_shell()
- >{
- >register char *shell;
- > if (!(shell = getenv("SHELL")))
- > shell = SHELL;
- >
- > if (system(shell))
- > os_error("system() failed",NO_CARET);
- >
- > (void) putc('\n',stderr);
- >}
- >#else /* AMIGA_LC_5_1 */
- >
-
- *** APPEND AFTER 1480 IN RAM:gnuplot-2.0-pl2/command.c ***
- >#endif /* AMIGA_LC_5_1 */
-
-