projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2459d17
)
Skeleton for students to use.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 16 Sep 2004 00:53:17 +0000
(
00:53
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 16 Sep 2004 00:53:17 +0000
(
00:53
+0000)
src/constants.h
[new file with mode: 0644]
patch
|
blob
diff --git a/src/constants.h
b/src/constants.h
new file mode 100644
(file)
index 0000000..
8ffe2f6
--- /dev/null
+++ b/
src/constants.h
@@ -0,0
+1,8
@@
+/* Use this header file to define macros for configuring
+ compilation. This file will be replaced by the TAs when your
+ code is tested, using the macros described in the course
+ documentation. Your code should not require other macros to
+ be defined here to function properly. */
+
+/* Example definition. */
+/*#define MACRONAME 1 */