diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2013-09-22 07:04:10 +0000 |
---|---|---|
committer | <> | 2015-02-02 12:02:31 +0000 |
commit | 23c11479b3ad787adc7a651ee0c4347839e47723 (patch) | |
tree | 3aa9e1125da84f7e3bd764bbff577c42a766508b /examples/debug.m4 | |
download | m4-tarball-master.tar.gz |
Diffstat (limited to 'examples/debug.m4')
-rw-r--r-- | examples/debug.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
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) |