diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-03 20:26:39 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-03 20:26:39 -0700 |
commit | ead0f458a702ea52b09b5616dd3d3559d7ce82d3 (patch) | |
tree | a939f3e88ab79b6436385e50c82db67aaffeb0af | |
parent | a8007cc4839609a293908423ea37e6fc3a52d1c8 (diff) | |
download | mu-ead0f458a702ea52b09b5616dd3d3559d7ce82d3.tar.gz |
1012
-rw-r--r-- | cpp/tangle/boot.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/tangle/boot.cc b/cpp/tangle/boot.cc index 89f943a8..136d3382 100644 --- a/cpp/tangle/boot.cc +++ b/cpp/tangle/boot.cc @@ -1,7 +1,3 @@ -// C++ style: -// no pointers except cell* -// use long as the default integer type; it's always large enough to hold pointers - #define unused __attribute__((unused)) #include<cstdio> @@ -48,16 +44,10 @@ using std::ofstream; -// interpreter decls - #include "type_list" #include "function_list" -// interpreter impl - #include "file_list" -// interpreter tests - #include "test_file_list" |