From 6ef89dd8714c7934ecf9f7b0cca4fcd06eeb28b6 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Fri, 30 Apr 2004 14:55:08 +0000 Subject: [PATCH] Even though the comment is within C++ conditionals some compilers generate warnings for the C++ style comment. --- src/dbStatic/devSup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbStatic/devSup.h b/src/dbStatic/devSup.h index 7b618b2d0..621892527 100644 --- a/src/dbStatic/devSup.h +++ b/src/dbStatic/devSup.h @@ -47,7 +47,7 @@ typedef struct dset { /* device support entry table */ #define S_dev_noDeviceFound (M_devSup|23) /*No device found at specified address*/ #ifdef __cplusplus -} // extern "C" +} /* extern "C" */ #endif #endif