From ce81c2bd9ce70ee73c4d6a4a253ae9d08fdccae7 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 18 Mar 2022 08:18:32 -0700 Subject: Define __bignum__ if -M or --bignum option used. --- testcases | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'testcases') diff --git a/testcases b/testcases index d1a9fff..ed710e1 100644 --- a/testcases +++ b/testcases @@ -93,3 +93,12 @@ BEGIN { }' : gawk +-- +17: +./cppawk -M 'BEGIN { print __bignum__ }' +: +1 +-- +18: +./cppawk 'BEGIN { print __bignum__ }' +: -- cgit v1.2.3