From: Ben Pfaff Date: Tue, 19 Oct 2004 17:22:16 +0000 (+0000) Subject: Comments. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8475af59399e94a8eebda11f100d8808ff71dbcc;p=pintos-anon Comments. --- 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 */