diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-01 11:47:52 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-01 11:47:52 +0800 |
commit | 0092ce50fbacb23dcd9c0547ef82872062c1dc05 (patch) | |
tree | 6918f0acb9761a7571a45710bf0eabedc05f53ee /math/spar/files | |
parent | 6876c059d2a6d5a4bab95cd5504b4233215de6b5 (diff) | |
download | freebsd-ports-gnome-0092ce50fbacb23dcd9c0547ef82872062c1dc05.tar.gz freebsd-ports-gnome-0092ce50fbacb23dcd9c0547ef82872062c1dc05.tar.zst freebsd-ports-gnome-0092ce50fbacb23dcd9c0547ef82872062c1dc05.zip |
add spar
A modular math parser
Diffstat (limited to 'math/spar/files')
-rw-r--r-- | math/spar/files/patch-spar::readline.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/spar/files/patch-spar::readline.c b/math/spar/files/patch-spar::readline.c new file mode 100644 index 000000000000..4c1fc29c64c1 --- /dev/null +++ b/math/spar/files/patch-spar::readline.c @@ -0,0 +1,10 @@ +--- spar/readline.c.orig Fri Jun 1 11:25:10 2001 ++++ spar/readline.c Fri Jun 1 11:25:24 2001 +@@ -30,6 +30,7 @@ + #include "cmd_table.h" + + #ifdef HAVE_READLINE_HISTORY_H ++#include <stdio.h> + #include <readline/history.h> + + int |