This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 142c95967a21cd73a84380ede6a39f55e741e267 Author: Philip Hands <[email protected]> Date: Tue Feb 19 18:06:40 2013 +0000 false-positive: #define's using a (c) parameter --- test/licensecheck/false-positives | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/licensecheck/false-positives b/test/licensecheck/false-positives index 0cd6fa8..1c633ae 100644 --- a/test/licensecheck/false-positives +++ b/test/licensecheck/false-positives @@ -10,3 +10,6 @@ * without specific prior written permission. * ... */ + +# from freeswitch/libs/sofia-sip/libsofia-sip-ua/msg/msg_date.c +#define is_digit(c) ((c) >= '0' && (c) <= '9') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
