ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/gencpu.c
(Generate patch)

Comparing BasiliskII/src/uae_cpu/gencpu.c (file contents):
Revision 1.21 by gbeauche, 2005-03-17T00:21:36Z vs.
Revision 1.22 by gbeauche, 2005-06-22T08:51:04Z

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines