@group
%@{
#include <stdio.h> /* For printf, etc. */
+ #include <math.h> /* For pow, used in the grammar. */
#include "calc.h" /* Contains definition of `symrec'. */
int yylex (void);
void yyerror (char const *);
@end group
@group
-#include <math.h> /* Math functions, cos(), sin(), etc. */
struct init const arith_fncts[] =
@{
@{ "atan", atan @},