From 23c11479b3ad787adc7a651ee0c4347839e47723 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sun, 22 Sep 2013 07:04:10 +0000 Subject: Imported from /home/lorry/working-area/delta_m4-tarball/m4-1.4.17.tar.xz. --- examples/debug.m4 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/debug.m4 (limited to 'examples/debug.m4') diff --git a/examples/debug.m4 b/examples/debug.m4 new file mode 100644 index 0000000..16f4c74 --- /dev/null +++ b/examples/debug.m4 @@ -0,0 +1,4 @@ +define(`countdown', `$1 ifelse(eval($1 > 0), 1, `countdown(decr($1))', `Liftoff')') +debugmode(`aeqc') +traceon(`countdown') +countdown(2) -- cgit v1.2.1