ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/SAM.cpp
(Generate patch)

Comparing Frodo4/Src/SAM.cpp (file contents):
Revision 1.5 by cebix, 2005-06-27T19:55:48Z vs.
Revision 1.6 by cebix, 2009-01-11T11:20:16Z

# Line 1 | Line 1
1   /*
2   *  SAM.h - Simple Assembler and Monitor With Integrated System Explorer
3   *
4 < *  Frodo (C) 1994-1997,2002-2005 Christian Bauer
4 > *  Frodo (C) 1994-1997,2002-2009 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 218 | Line 218 | static const char adr_length[] = {1, 1,
218  
219  
220   // Prototypes
221 < static void error(char *s);
221 > static void error(const char *s);
222   static void handle_abort(...);
223   static void init_abort(void);
224   static void exit_abort(void);
# Line 468 | Line 468 | void SAM(C64 *the_c64)
468   *  Print error message
469   */
470  
471 < static void error(char *s)
471 > static void error(const char *s)
472   {
473          fprintf(ferr, "*** %s\n", s);
474   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines