From 1165f94cf5c37a5580557804865b26f2a080393d Mon Sep 17 00:00:00 2001 From: skarg Date: Wed, 18 Aug 2010 00:10:12 +0000 Subject: [PATCH] Converted comments to C comments. --- bacnet-stack/include/bacdef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/include/bacdef.h b/bacnet-stack/include/bacdef.h index 10a423ca..8e40fb06 100644 --- a/bacnet-stack/include/bacdef.h +++ b/bacnet-stack/include/bacdef.h @@ -40,8 +40,8 @@ #include "config.h" #if defined(_MSC_VER) -// Silence the warnings about unsafe versions of library functions -// as we need to keep the code portable +/* Silence the warnings about unsafe versions of library functions */ +/* as we need to keep the code portable */ #pragma warning( disable : 4996) #endif