mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-05-02 05:47:18 +02:00
Add "eval()" built-in function.
This commit is contained in:
@@ -66,6 +66,7 @@ typedef struct {
|
||||
int nargs;
|
||||
Value *args;
|
||||
Value retval;
|
||||
int nonconst;
|
||||
} func_info;
|
||||
|
||||
/* Forward reference */
|
||||
|
||||
Reference in New Issue
Block a user