cmds.h: In function `readline':
In file included from rpncalc.c:68:
cmds.h:83: storage class specified for parameter `func_t'
cmds.h:90: parse error before `func_t'
cmds.h:90: warning: no semicolon at end of struct or union
cmds.h:38: parm types given both in parmlist and separately
cmds.h:97: warning: unused variable `helptext'
cmds.h:96: warning: unused variable `value'
cmds.h:95: warning: unused variable `vname'
cmds.h:98: warning: control reaches end of non-void function
cmds.h: At top level:
cmds.h:111: warning: `struct cmd' declared inside parameter list
cmds.h:111: warning: its scope is only this definition or declaration,
cmds.h:111: warning: which is probably not what you want.
rpncalc.c: In function `initialize_readline':
rpncalc.c:148: warning: passing arg 2 of `rl_bind_key' makes pointer from integer without a cast
rpncalc.c: In function `main':
rpncalc.c:203: invalid use of undefined type `struct cnst'
rpncalc.c:204: invalid use of undefined type `struct cnst'
make[2]: *** [rpncalc.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
