Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / threads / flags.h
index dd83ed2d942ca4a5cffbbd17bad076c115794888..5654ac789201e8c70a5c39c84c64aa1e02d520d1 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef THREADS_FLAGS_H
-#define THREADS_FLAGS_H 1
+#define THREADS_FLAGS_H
 
 /* EFLAGS Register. */
 #define FLAG_MBS  0x00000002    /* Must be set. */