X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fconstants.h;h=8ffe2f622781e6581426aea5b7b6f9097f031e66;hb=654121cfc127bc8e1e9aa8859c2d68f0dc4330cb;hp=f97b0cb141c36bb3d6a7274cd4606da036ae041a;hpb=8475af59399e94a8eebda11f100d8808ff71dbcc;p=pintos-anon diff --git a/src/constants.h b/src/constants.h index f97b0cb..8ffe2f6 100644 --- a/src/constants.h +++ b/src/constants.h @@ -4,11 +4,5 @@ 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 */ - -/* Uncomment if if you've implemented thread_join(). */ -/*#define THREAD_JOIN_IMPLEMENTED 1*/