From 8475af59399e94a8eebda11f100d8808ff71dbcc Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 19 Oct 2004 17:22:16 +0000 Subject: [PATCH] Comments. --- src/constants.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/constants.h b/src/constants.h index 6fca749..f97b0cb 100644 --- a/src/constants.h +++ b/src/constants.h @@ -4,6 +4,9 @@ documentation. Your code should not require other macros to be defined here to function properly. */ +/* Do not use C++-style (//) comments in this file. + You will break the build. */ + /* Example definition. */ /*#define MACRONAME 1 */ -- 2.30.2