Even though the comment is within C++ conditionals some compilers

generate warnings for the C++ style comment.
This commit is contained in:
W. Eric Norum
2004-04-30 14:55:08 +00:00
parent 7a920f831d
commit 6ef89dd871

View File

@@ -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