diff options
| author | Richard Brooksby | 2013-05-16 03:12:11 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2013-05-16 03:12:11 +0100 |
| commit | bb02f55b62ea785cb64bc60bebca8721dd52d886 (patch) | |
| tree | 82f07496859de3ab616ddb271a720aab4abfaee0 /mps/code/poolabs.c | |
| parent | 8acbc5780bb54ade61a95de766bb112a4a694894 (diff) | |
| download | emacs-bb02f55b62ea785cb64bc60bebca8721dd52d886.tar.gz emacs-bb02f55b62ea785cb64bc60bebca8721dd52d886.zip | |
Making clear the size of the array of args passed to varargs conversion methods.
Copied from Perforce
Change: 181845
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/poolabs.c')
| -rw-r--r-- | mps/code/poolabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/poolabs.c b/mps/code/poolabs.c index 6fc0e279cb8..c29f409ae9b 100644 --- a/mps/code/poolabs.c +++ b/mps/code/poolabs.c | |||
| @@ -195,7 +195,7 @@ void PoolTrivFinish(Pool pool) | |||
| 195 | NOOP; | 195 | NOOP; |
| 196 | } | 196 | } |
| 197 | 197 | ||
| 198 | void PoolTrivVarargs(ArgStruct args[], va_list varargs) | 198 | void PoolTrivVarargs(ArgStruct args[MPS_ARGS_MAX], va_list varargs) |
| 199 | { | 199 | { |
| 200 | UNUSED(varargs); | 200 | UNUSED(varargs); |
| 201 | args[0].key = MPS_KEY_ARGS_END; | 201 | args[0].key = MPS_KEY_ARGS_END; |