Changes between Version 11 and Version 12 of Commentary/Compiler/RecompilationAvoidance
- Timestamp:
- 05/16/08 08:53:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/RecompilationAvoidance
v11 v12 294 294 }}} 295 295 296 The version of `D.h` jumped to 4 (things that change get the new 297 module version, rather than just increasing by 1). 296 The version of `D.h` jumped to 4: things that change get the new 297 module version, rather than just increasing by 1. This is so that 298 if you remove something and then add it back in again, the version 299 number does not go down. 298 300 299 301 However, the version of `D.f` also changed. This is vital, because
