# | Line 20 | Line 20 | |
---|---|---|
20 | ||
21 | #include "sysdeps.h" | |
22 | ||
23 | + | #include <stdlib.h> |
24 | + | |
25 | #include "mon.h" | |
26 | #include "mon_cmd.h" | |
27 | #include "mon_ppc.h" | |
# | Line 27 | Line 29 | |
29 | #include "mon_x86.h" | |
30 | #include "mon_6502.h" | |
31 | #include "mon_8080.h" | |
30 | – | #include "version.h" |
32 | ||
33 | ||
34 | /* | |
# | Line 117 | Line 118 | static inline uint8 char2print(uint8 c) | |
118 | ||
119 | void version(void) | |
120 | { | |
121 | < | fprintf(monout, "mon V%d.%d\n", VERSION_MAJOR, VERSION_MINOR); |
121 | > | fprintf(monout, "mon V%d.%d\n", MON_VERSION_MAJOR, MON_VERSION_MINOR); |
122 | } | |
123 | ||
124 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |