| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | . Better fix. Just use 'short' variables and be done with it. The | Greg Lewis | 2007-07-31 | 1 | -3/+14 |
| | | | | | | structure members being dereferenced into the variables are 'short*' after all, not 'fastInt*'. | ||||
| * | . Include a different header file for 'fastInt'. The definition in Hint.h | Greg Lewis | 2007-07-31 | 1 | -0/+13 |
| appears to actually match the type of variable its being used with in the code (although it seems that it may be even cleaner to just replace 'fastInt' with 'short'). This also partially bandaids a build problem some are seeing since Hint.h is a less common header file name than cpu.h. | |||||
