Made to work under carbon.

This commit is contained in:
Jack Jansen 2000-06-20 07:42:23 +00:00
parent fd78de3a74
commit abf17032a4
3 changed files with 44 additions and 2 deletions

View file

@ -35,6 +35,16 @@ class MyScanner(Scanner):
listname = "methods"
return classname, listname
def makegreylist(self):
return [
('#ifndef TARGET_API_MAC_CARBON', [
'SystemEvent',
'SystemTask',
'SystemClick',
'GetOSEvent',
'OSEventAvail',
])]
def makeblacklistnames(self):
return [
"KeyTranslate",