Getting rid of pre-Carbon (MacOS8) support. All code depending on
TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some
TARGET_API_MAC_OSX conditional code is gone, because it is no longer
used on OSX-only Python (only in MacPython-OS9).
diff --git a/Mac/Modules/cm/cmscan.py b/Mac/Modules/cm/cmscan.py
index 7ca15f2..6e56cb2 100644
--- a/Mac/Modules/cm/cmscan.py
+++ b/Mac/Modules/cm/cmscan.py
@@ -59,15 +59,10 @@
 			"OpenAComponent",
 			"GetComponentPublicResource", # Missing in CW Pro 6
 			"CallComponentGetPublicResource", # Missing in CW Pro 6
+			'SetComponentInstanceA5',
+			'GetComponentInstanceA5',
 			]
 
-	def makegreylist(self):
-		return [
-			('#if !TARGET_API_MAC_CARBON', [
-				'SetComponentInstanceA5',
-				'GetComponentInstanceA5',
-			])]
-
 	def makeblacklisttypes(self):
 		return [
 			"ResourceSpec",