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.h | |
| 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.h')
| -rw-r--r-- | mps/code/sac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/sac.h b/mps/code/sac.h index 78e676125d1..bd52a35daff 100644 --- a/mps/code/sac.h +++ b/mps/code/sac.h | |||
| @@ -25,7 +25,7 @@ typedef struct SACStruct { | |||
| 25 | Pool pool; | 25 | Pool pool; |
| 26 | Count classesCount; /* number of classes */ | 26 | Count classesCount; /* number of classes */ |
| 27 | Index middleIndex; /* index of the middle */ | 27 | Index middleIndex; /* index of the middle */ |
| 28 | mps_sac_s esac_s; /* variable length, must be last */ | 28 | _mps_sac_s esac_s; /* variable length, must be last */ |
| 29 | } SACStruct; | 29 | } SACStruct; |
| 30 | 30 | ||
| 31 | #define SACOfExternalSAC(esac) PARENT(SACStruct, esac_s, esac) | 31 | #define SACOfExternalSAC(esac) PARENT(SACStruct, esac_s, esac) |