Skip to content

Commit eb4b954

Browse files
committed
there was a "." instead of ","
1 parent 488826c commit eb4b954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ typedef struct _verb {
3434
V *v = VAV(self); A f = VF(v), g = VG(v), h = VH(v), z;
3535

3636
#define VDEF(id, f1, f2, l, m, r, i) \
37-
fdef(id, VERB, f1, f2, NULL, NULL, NULL. l, m, r, i)
37+
fdef(id, VERB, f1, f2, NULL, NULL, NULL, l, m, r, i)
3838

3939
DMONAD(df1);
4040
DDYAD(df2);

0 commit comments

Comments
 (0)