Forum unknown
· Programming
#BugList
1 messages in this thread
Thanks for explaining the periods. So here's the part of the buglist that
got garbled (see #10130 for the rest):
There is a generic bug in the assembly language version of the include
files, both in the listings in Rom Kernel Manual II, and in the source files
(versions 1.0 and 1.1). Namely, an immediately trailing semicolon is
sometimes carried over from labels in structures in the C ".h" files, where I
guess they are required, to the labels in the ".i" files, where they prevent
the type macros from expanding properly. The fix is to remove the semicolon.
FILE RKMII PAGE# LINE# LABEL
devices/ E-2 36 LN_SIZE
clipboard.i 37 cu_UnitNum
graphics/ E-39 34-35 cl_Next etc.
copper.i 36 cl_ ViewPort should be
cl__ViewPort
37-43 cl_CopIns etc.
47-49 ucl_Next etc.
graphics/ E-44 29 gi_nextLine
rastport.i 31 gi_lastColor
intuition/ E-62 968 BarLayer (besides ";" should
intuition.i be "sc_BarLayer" I think)
E-63 1023 ns_CustomBitMap
P.S. Perhaps Commodore plans to maintain a list of bugs as they come in on
their forum? Then it would be superfluous to do what I've just done.