summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/private/gcconfig.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h
index 43b9a3f3..7608be5c 100644
--- a/include/private/gcconfig.h
+++ b/include/private/gcconfig.h
@@ -936,13 +936,17 @@ EXTERN_C_BEGIN
# ifdef MSWIN32
# define OS_TYPE "MSWIN32"
/* STACKBOTTOM and DATASTART are handled specially in os_dep.c. */
-# define DATAEND /* not needed */
+# if !defined(CPPCHECK)
+# define DATAEND /* not needed */
+# endif
# define GWW_VDB
# endif
# ifdef MSWINCE
# define OS_TYPE "MSWINCE"
-# define DATAEND /* not needed */
+# if !defined(CPPCHECK)
+# define DATAEND /* not needed */
+# endif
# endif
# ifdef NETBSD