From 26f9165b487c039fa8f1e220c8a8df7dd3a12b2d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 8 Oct 2010 19:40:18 +0000 Subject: [PATCH] Made sure that sparse can process scst.h. Apparently there is a bug in sparse which makes sparse interpret single quotes in preprocessor statements as character delimiters. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2378 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 6b01af6b6..a4b5b0acb 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -34,7 +34,7 @@ #include #include #elif defined(RHEL_MAJOR) && RHEL_MAJOR -0 <= 5 -#error The SCST sysfs interface is not supported on RHEL 5. Please run 'make enable_proc'. +#error The SCST sysfs interface is not supported on RHEL 5. Please run make enable_proc. #endif #include