aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/sac.c
diff options
context:
space:
mode:
authorGareth Rees2013-03-08 12:10:44 +0000
committerGareth Rees2013-03-08 12:10:44 +0000
commit8232da84809ee4a2ea9fc63e8ba294bfd87920d8 (patch)
tree13df704221f460ec15e278e7d1abb99969597f6f /mps/code/sac.c
parentd9c1b37fad2e1f7cb3da1c738e7361e924de39f8 (diff)
downloademacs-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.c2
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 @@
10SRCID(sac, "$Id$"); 10SRCID(sac, "$Id$");
11 11
12 12
13typedef mps_sac_freelist_block_s *SACFreeListBlock; 13typedef _mps_sac_freelist_block_s *SACFreeListBlock;
14 14
15 15
16/* SACCheck -- check function for SACs */ 16/* SACCheck -- check function for SACs */