[devscripts] 09/22: false-positive: #define's using a (c) parameter
James McCoy
jamessan at debian.org
Wed Aug 7 02:49:51 UTC 2013
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 <phil at hands.com>
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
More information about the devscripts-devel
mailing list