git://www.ginac.de
/
ginac.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- changed mul::print() to behave similar to add::print()
[ginac.git]
/
ginsh
/
ginsh_parser.yy
diff --git
a/ginsh/ginsh_parser.yy
b/ginsh/ginsh_parser.yy
index 8df90b3aa696fd25f54672ce065450b417aca262..f8702d2aea4b7640eb24c5933353ccc4b8b6bc24 100644
(file)
--- a/
ginsh/ginsh_parser.yy
+++ b/
ginsh/ginsh_parser.yy
@@
-531,7
+531,7
@@
static const fcn_init builtin_fcns[] = {
{"transpose", fcn_desc(f_transpose, 1)},
{"unassign", fcn_desc(f_unassign, 1)},
{"unit", fcn_desc(f_unit, 2)},
- {NULL, fcn_desc(f_
unit, 0)}
// End marker
+ {NULL, fcn_desc(f_
dummy, 0)}
// End marker
};