]> Shamusworld >> Repos - rmac/commit
Fix for bug #51. Now at v2.0.22.
authorShamus Hammons <jlhamm@acm.org>
Tue, 29 Sep 2020 02:41:40 +0000 (21:41 -0500)
committerShamus Hammons <jlhamm@acm.org>
Tue, 29 Sep 2020 02:41:40 +0000 (21:41 -0500)
commitba8121d8647b88276977b37a425a9b5dc631731e
tree66f6d0e4d6c29ac3665cfd7cedf8d8d05957507e
parent357c51c8d2512a72b371ea7b259f0ef64de832e0
Fix for bug #51.  Now at v2.0.22.

We bumped the # of tokens in the TOKENSTREAM structure from 32 to 64,
but also added some logic to the macro invocation code to check if we
break the limits and thus don't crash.  Will 64 be enough?  My crystal
ball is cloudy ATM...  :-P
macro.c
op.c
token.c
token.h
version.h