diff options
Diffstat (limited to 'mps/code/sac.c')
| -rw-r--r-- | mps/code/sac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/sac.c b/mps/code/sac.c index 3b82cd846d8..2a87f9a2810 100644 --- a/mps/code/sac.c +++ b/mps/code/sac.c | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | SRCID(sac, "$Id$"); | 10 | SRCID(sac, "$Id$"); |
| 11 | 11 | ||
| 12 | 12 | ||
| 13 | typedef mps_sac_freelist_block_s *SACFreeListBlock; | 13 | typedef _mps_sac_freelist_block_s *SACFreeListBlock; |
| 14 | 14 | ||
| 15 | 15 | ||
| 16 | /* SACCheck -- check function for SACs */ | 16 | /* SACCheck -- check function for SACs */ |