# | Line 2457 | Line 2457 | static void generate_func (void) | |
---|---|---|
2457 | ||
2458 | int main (int argc, char **argv) | |
2459 | { | |
2460 | + | FILE *out; |
2461 | read_table68k (); | |
2462 | do_merges (); | |
2463 | ||
# | Line 2472 | Line 2473 | int main (int argc, char **argv) | |
2473 | ||
2474 | headerfile = fopen ("cputbl.h", "w"); | |
2475 | stblfile = fopen ("cpustbl.cpp", "w"); | |
2476 | < | FILE *out = freopen ("cpuemu.cpp", "w", stdout); |
2476 | > | out = freopen ("cpuemu.cpp", "w", stdout); |
2477 | ||
2478 | generate_includes (stdout); | |
2479 | generate_includes (stblfile); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |