Changes between Version 16 and Version 17 of Commentary/Compiler/CodeGen
- Timestamp:
- 09/18/08 00:45:12 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/CodeGen
v16 v17 22 22 * A C program, [[GhcFile(includes/mkDerivedConstants.c)]], `#includes` the runtime headers. 23 23 This program is built and run when you type `make` or `make boot` in `includes/`. It is 24 run twice: once to generate `includes \DerivedConstants.h`, and again to generate24 run twice: once to generate `includes/DerivedConstants.h`, and again to generate 25 25 `includes/GHCConstants.h`. 26 26
