]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh_parser.yy
- files which are generated by perl scripts are made before compilation
[ginac.git] / ginsh / ginsh_parser.yy
index 8df90b3aa696fd25f54672ce065450b417aca262..f8702d2aea4b7640eb24c5933353ccc4b8b6bc24 100644 (file)
@@ -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
 };