mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-26 19:14:34 +02:00
Test for fix of parse error.
Try REALLY hard to detect constant expressions...
This commit is contained in:
@@ -41,6 +41,7 @@ typedef struct {
|
||||
char const *name;
|
||||
char minargs;
|
||||
char maxargs;
|
||||
char is_constant;
|
||||
int (*func)(func_info *);
|
||||
} BuiltinFunc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user