From d4da2c73f0a1767d6562e735ede40251f9f4366b Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 22 Mar 2020 08:09:09 +0000 Subject: 47300: Document the EC_NODUP, EC_DUP, EC_DUPTOK triplet. All uses reviewed; no functional change. --- Src/parse.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Src/parse.c') diff --git a/Src/parse.c b/Src/parse.c index 10c9b4c29..b09c7989a 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -2828,6 +2828,13 @@ freeeprog(Eprog p) } } +/* + * dup is of type 'enum ec_dup_t'. + * + * If tokflag is not NULL, *tokflag will be set to 1 if the string contains + * tokens and to 0 otherwise. + */ + /**/ char * ecgetstr(Estate s, int dup, int *tokflag) -- cgit 1.4.1