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

Comparing BasiliskII/src/macos_util.cpp (file contents):
Revision 1.2 by cebix, 1999-10-05T14:59:44Z vs.
Revision 1.4 by cebix, 2000-04-10T18:52:24Z

# Line 1 | Line 1
1   /*
2   *  macos_util.cpp - MacOS definitions/utility functions
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2000 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 34 | Line 34
34   *  Enqueue QElem to list
35   */
36  
37 < void Enqueue(uint32 elem, uint32 list)
37 > void EnqueueMac(uint32 elem, uint32 list)
38   {
39          WriteMacInt32(elem + qLink, 0);
40          if (!ReadMacInt32(list + qTail)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines