#ifndef _H_EVAL #define _H_EVAL #include "syntax.h" expression* eval_main(fuspel*); #endif