diff options
| author | David Jones | 2007-03-01 16:52:52 +0000 |
|---|---|---|
| committer | David Jones | 2007-03-01 16:52:52 +0000 |
| commit | 6221ca9e9f53b32f2a73daa71e18d01f1451190a (patch) | |
| tree | aa75319fa7db0beee3184f311cec639ff13846eb /mps/code | |
| parent | 3f50206df38f78d04fdb9705ec6c4a8e3fc22f9d (diff) | |
| parent | dac3c7c6389dd78c80fa9d8479d1b0540e1e775d (diff) | |
| download | emacs-6221ca9e9f53b32f2a73daa71e18d01f1451190a.tar.gz emacs-6221ca9e9f53b32f2a73daa71e18d01f1451190a.zip | |
Mps: cherry-picking integ from master.
Copied from Perforce
Change: 161865
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/amsss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/amsss.c b/mps/code/amsss.c index 433604dcbd7..16b5fef3c91 100644 --- a/mps/code/amsss.c +++ b/mps/code/amsss.c | |||
| @@ -46,7 +46,7 @@ static size_t totalSize = 0; | |||
| 46 | 46 | ||
| 47 | /* report - report statistics from any messages */ | 47 | /* report - report statistics from any messages */ |
| 48 | 48 | ||
| 49 | static void report() | 49 | static void report(void) |
| 50 | { | 50 | { |
| 51 | static int nStart = 0; | 51 | static int nStart = 0; |
| 52 | static int nComplete = 0; | 52 | static int nComplete = 0; |