From: Ben Pfaff <blp@cs.stanford.edu>
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=5e4d4811e073a7fca03fdab988cfd7c8fa4bc2b8;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 */