diff options
| author | Richard Kistruck | 2006-04-07 15:56:43 +0100 |
|---|---|---|
| committer | Richard Kistruck | 2006-04-07 15:56:43 +0100 |
| commit | fc0b9bf4bacc4295a5c2d28740f56c6e29fa1bc3 (patch) | |
| tree | 3da68e5ba5660f9b96505e71ab63ab13e122a706 /mps/code/finaltest.c | |
| parent | 75c828749cbd26057a4da970a63866ebf980be37 (diff) | |
| download | emacs-fc0b9bf4bacc4295a5c2d28740f56c6e29fa1bc3.tar.gz emacs-fc0b9bf4bacc4295a5c2d28740f56c6e29fa1bc3.zip | |
Mps: fix w3i3mv "all" build with vc6:
1. amsss.c: initialize ambigRoot (uninitialized warning);
2. commpost.nmk:
2a. drop long-vanished protcv.exe;
2b. mpmss.exe needs MVFF;
2c. locusss.exe had no build rule;
3. finaltest.c: main does not use argc,v so declare as main(void);
4. lockutw3.c: add parens to avoid operator-precedence warning;
5. protocol.h: s/interface/interfaceIn: suspected compiler bug.
Copied from Perforce
Change: 158054
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/finaltest.c')
| -rw-r--r-- | mps/code/finaltest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/finaltest.c b/mps/code/finaltest.c index bdfdda4be85..24a6e81b9eb 100644 --- a/mps/code/finaltest.c +++ b/mps/code/finaltest.c | |||
| @@ -241,7 +241,7 @@ static void *test(void *arg, size_t s) | |||
| 241 | } | 241 | } |
| 242 | 242 | ||
| 243 | 243 | ||
| 244 | int main(int argc, char **argv) | 244 | int main(void) |
| 245 | { | 245 | { |
| 246 | mps_arena_t arena; | 246 | mps_arena_t arena; |
| 247 | mps_thr_t thread; | 247 | mps_thr_t thread; |