diff options
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/find_unused_macros.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/find_unused_macros.pl b/source4/script/find_unused_macros.pl index 697afcd1a9..8886835fa3 100755 --- a/source4/script/find_unused_macros.pl +++ b/source4/script/find_unused_macros.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Script that reads in configure and outputs the names of all the defines -# it defines that are used nowhere in the code +# Script that reads in C files and prints defines that are used nowhere in the +# code # Arguments: C and H files # Copyright Jelmer Vernooij <jelmer@samba.org>, GPL |