diff options
| author | Gareth Rees | 2013-03-08 12:10:44 +0000 |
|---|---|---|
| committer | Gareth Rees | 2013-03-08 12:10:44 +0000 |
| commit | 8232da84809ee4a2ea9fc63e8ba294bfd87920d8 (patch) | |
| tree | 13df704221f460ec15e278e7d1abb99969597f6f /mps/code/sac.c | |
| parent | d9c1b37fad2e1f7cb3da1c738e7361e924de39f8 (diff) | |
| download | emacs-8232da84809ee4a2ea9fc63e8ba294bfd87920d8.tar.gz emacs-8232da84809ee4a2ea9fc63e8ba294bfd87920d8.zip | |
Private symbols _mps_sac_s and _mps_sac_freelist_block_s now start with underscores, as per external interface policy.
Copied from Perforce
Change: 181092
ServerID: perforce.ravenbrook.com
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 */ |