From 3dd5485dec1dcb4f41d60144953602a077bb250e Mon Sep 17 00:00:00 2001 From: thor Date: Sun, 16 Jul 2006 23:54:14 +0000 Subject: [PATCH] public domain should be gpl compatible... git-svn-id: svn://scm.orgis.org/mpg123/trunk@208 35dc7657-300d-0410-a2e5-dc2837fedb53 --- scripts/debugdef.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/debugdef.pl b/scripts/debugdef.pl index 6268867d..e7fd19e0 100755 --- a/scripts/debugdef.pl +++ b/scripts/debugdef.pl @@ -1,4 +1,7 @@ #!/usr/bin/perl +# debugdef.pl: avoid variadic debugging macros through automatic definitions + +# written by Thomas Orgis , placed in the public domain my $num = shift(@ARGV);