diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-07 07:09:03 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-07 07:09:03 +0000 |
| commit | 215b73200a675d39df83b0b7b1918c6f0057a7c0 (patch) | |
| tree | 23fbcb9692ebf74b5a15855c7944fc45b32a8734 /math/GiNaC/files/patch-ginsh::ginsh_lexer.ll | |
| parent | bbb040872ed21388056ee9d9de546e2b9fea6818 (diff) | |
add GiNaC, a C++ library for symbolic mathematical calculations
Diffstat (limited to 'math/GiNaC/files/patch-ginsh::ginsh_lexer.ll')
| -rw-r--r-- | math/GiNaC/files/patch-ginsh::ginsh_lexer.ll | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/GiNaC/files/patch-ginsh::ginsh_lexer.ll b/math/GiNaC/files/patch-ginsh::ginsh_lexer.ll new file mode 100644 index 000000000000..4a21abd620e2 --- /dev/null +++ b/math/GiNaC/files/patch-ginsh::ginsh_lexer.ll @@ -0,0 +1,11 @@ +--- ginsh/ginsh_lexer.ll.orig Tue Mar 6 18:18:07 2001 ++++ ginsh/ginsh_lexer.ll Tue Mar 6 18:22:06 2001 +@@ -32,6 +32,8 @@ + #include "ginsh.h" + #include "ginsh_parser.h" + ++extern YYSTYPE yylval; ++ + #define YY_INPUT(buf, result, max_size) (result = ginsh_input(buf, max_size)) + + // Table of all used symbols |
