]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh_parser.yy
- ginsh_fcn_help/ginsh_op_help.c are renamed to *.h and now placed in the
[ginac.git] / ginsh / ginsh_parser.yy
index bcd963b910b2f6531ba92666c12f5aac94ea8860..dcb24ab8cf094d32c980dba041361d7535d1fc4f 100644 (file)
@@ -810,10 +810,10 @@ int main(int argc, char **argv)
 
        // Init help for operators (automatically generated from man page)
        insert_help("operators", "Operators in falling order of precedence:");
-#include "ginsh_op_help.c"
+#include "ginsh_op_help.h"
 
        // Init help for built-in functions (automatically generated from man page)
-#include "ginsh_fcn_help.c"
+#include "ginsh_fcn_help.h"
 
        // Help for GiNaC functions is added manually
        insert_help(builtin_help);