From 02aa91293718d45154eca7080c1e4a7f450f9bc7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sat, 6 Nov 1999 14:22:27 -0800
Subject: [PATCH] Fix for m4 with 4096-byte limit on macro arguments

Rev: src/testsuite.in:1.225
---
 src/testsuite.in | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/testsuite.in b/src/testsuite.in
index 6d528e12db..4d99f13efd 100644
--- a/src/testsuite.in
+++ b/src/testsuite.in
@@ -1,4 +1,4 @@
-test_true([["$Id: testsuite.in,v 1.224 1999/11/04 22:28:00 hubbe Exp $"]])
+test_true([["$Id: testsuite.in,v 1.225 1999/11/06 22:22:27 hubbe Exp $"]])
 
 cond([[all_constants()->_verify_internals]],
 [[
@@ -1442,6 +1442,11 @@ cond([[ sizeof( cpp("__AUTO_BIGNUM__")/"__AUTO_BIGNUM__" ) == 1 ]],
   test_eq("13934998268672547360069539025",
           [[ (string)(48324683476346278246238462784624627348 / 3467864333) ]])
 
+]])
+
+cond([[ sizeof( cpp("__AUTO_BIGNUM__")/"__AUTO_BIGNUM__" ) == 1 ]],
+[[
+
   // - sscanf.
   test_eq("12345678901234567890",
 	   [[ (string)array_sscanf("12345678901234567890", "%d")[0] ]])
-- 
GitLab