X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh_parser.yy;h=dcb24ab8cf094d32c980dba041361d7535d1fc4f;hp=bcd963b910b2f6531ba92666c12f5aac94ea8860;hb=8c33411c58487a9fcb761c3367ce78d38edc07e3;hpb=a1e4e0695394a4085ceb1e74b367287eab11bd6b diff --git a/ginsh/ginsh_parser.yy b/ginsh/ginsh_parser.yy index bcd963b9..dcb24ab8 100644 --- a/ginsh/ginsh_parser.yy +++ b/ginsh/ginsh_parser.yy @@ -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);