DEFINE: Only expand macro functions when the name is followed by '('.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 26 Aug 2021 16:32:31 +0000 (09:32 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 26 Aug 2021 16:32:31 +0000 (09:32 -0700)
Frans Houweling reported that PSPP was flagging an error for !EVAL(!len)
when !len was the name of a defined macro.  This was because !len is short
for the !LENGTH macro function.  This commit fixes the problem.


No differences found