A couple of small patches

John Tytgat John.Tytgat at aaug.net
Mon Dec 8 22:49:41 GMT 2003


A couple of small patches :

- The Adjuster gadget needs to have the 'reserved' int in its definition.
- Unless I'm missing something : the INCLUDES definition is omited in
  Bison's Makefile file.  Or is this supposed to be picked up via OS
  variable definition ?
- Typo fixed in Bison's ReadMe file.

Regards,
John.
-- 
John Tytgat, in his comfy chair at home                                 BASS
John.Tytgat at aaug.net                             ARM powered, RISC OS driven
-------------- next part --------------
Index: OSLib/!OsLib/Source/Toolbox/oslib/Adjuster.swi
===================================================================
RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Source/Toolbox/oslib/Adjuster.swi,v
retrieving revision 1.3
diff -u -r1.3 Adjuster.swi
--- OSLib/!OsLib/Source/Toolbox/oslib/Adjuster.swi      11 Mar 2002 10:07:46 -0000      1.3
+++ OSLib/!OsLib/Source/Toolbox/oslib/Adjuster.swi      8 Dec 2003 22:43:28 -0000
@@ -12,7 +12,9 @@
 
 // TV V6.20
 TYPE
-   Adjuster_Object = Gadget_ObjectBase;
+   Adjuster_Object = .Struct: Gadget_Object
+   (  .Int: reserved
+   );
 
 CONST
    Adjuster_Increment = Gadget_Flags: 1,
Index: OSLib/!OsLib/Tools/bison/Makefile,fe1
===================================================================
RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Tools/bison/Makefile,fe1,v
retrieving revision 1.1
diff -u -r1.1 Makefile,fe1
--- OSLib/!OsLib/Tools/bison/Makefile,fe1       27 Nov 2002 22:11:03 -0000      1.1
+++ OSLib/!OsLib/Tools/bison/Makefile,fe1       8 Dec 2003 22:43:28 -0000
@@ -6,6 +6,7 @@
 DEFINES  = -DHAVE_CONFIG_H -DRISC_OS
 CFLAGS  = af
 CWARNINGS= cp
+INCLUDES = -IC:
 #CLIST          = -list
 
 CC      = cc -c -throwback -depend !Depend ${INCLUDES} ${DEFINES} \
Index: OSLib/!OsLib/Tools/bison/ReadMe
===================================================================
RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Tools/bison/ReadMe,v
retrieving revision 1.1
diff -u -r1.1 ReadMe
--- OSLib/!OsLib/Tools/bison/ReadMe     27 Nov 2002 22:11:03 -0000      1.1
+++ OSLib/!OsLib/Tools/bison/ReadMe     8 Dec 2003 22:43:28 -0000
@@ -1,8 +1,8 @@
-This port of bison is copy, with modifications, of that distributed under the GPL
+This port of Bison is copy, with modifications, of that distributed under the GPL
 as part of Nick Burret's GCCSDK for RISC OS.
 
 Place the files "hairy" and "simple" in a "bison" directory under within 
-your "choces" path; e.g. !boot.choices.users.single.bison
+your "Choices" path; e.g. !Boot.Choices.Users.Single.bison
 
 Please send any bug reports for this port to oslib_user at compton.nu
 


More information about the oslib-user mailing list