summaryrefslogtreecommitdiff
path: root/source4/script/find_unused_macros.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-23 14:09:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:47 -0500
commitb85f7857dc82ca1dbde1a91463cfe83cbcbee5f7 (patch)
treefde5b6ae04b96da4609ea8ba19b0ba23da86c5d2 /source4/script/find_unused_macros.pl
parent1e744a5108f47a06f1587aed047ad536bd5af4f4 (diff)
downloadsamba-b85f7857dc82ca1dbde1a91463cfe83cbcbee5f7.tar.gz
samba-b85f7857dc82ca1dbde1a91463cfe83cbcbee5f7.tar.bz2
samba-b85f7857dc82ca1dbde1a91463cfe83cbcbee5f7.zip
r10452: Couple of small scons updates - ignore .sconsign files
(This used to be commit b2d2b4f23393c727ae3feeaf4b4b65bc03a673f7)
Diffstat (limited to 'source4/script/find_unused_macros.pl')
-rwxr-xr-xsource4/script/find_unused_macros.pl4
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