diff options
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) |