Implement API function to call functions #2979

Remove static modifier from func_call
Move MAX_FUNC_ARGS definnition from eval.c to eval.h
This commit is contained in:
Sebastian Witte
2015-07-08 07:40:28 +02:00
committed by Björn Linse
parent fb0ebb2a3a
commit fcb79ffc40
4 changed files with 63 additions and 2 deletions

View File

@@ -68,6 +68,9 @@ enum {
VV_LEN, /* number of v: vars */
};
/// Maximum number of function arguments
#define MAX_FUNC_ARGS 20
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "eval.h.generated.h"
#endif