diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-03 16:44:27 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-03 16:44:27 (GMT) |
commit | b55e5f1b62534786cf7e5be9fe25473a78613b83 (patch) | |
tree | 0d7a823ef3fd4b487343627c2199f294d749a692 /Mac/Modules/icn | |
parent | 2d4ac208b595083cd3229da368294f34977e5cfa (diff) | |
download | cpython-b55e5f1b62534786cf7e5be9fe25473a78613b83.zip cpython-b55e5f1b62534786cf7e5be9fe25473a78613b83.tar.gz cpython-b55e5f1b62534786cf7e5be9fe25473a78613b83.tar.bz2 |
Fixed a few declarations.
Diffstat (limited to 'Mac/Modules/icn')
-rw-r--r-- | Mac/Modules/icn/icnscan.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Modules/icn/icnscan.py b/Mac/Modules/icn/icnscan.py index 4dbccfe..3b24a6d 100644 --- a/Mac/Modules/icn/icnscan.py +++ b/Mac/Modules/icn/icnscan.py @@ -43,6 +43,8 @@ class MyScanner(Scanner): "kSelectorAllHugeData", "kSelectorAllAvailableData", "svAllAvailableData", + # Something in a comment accidentally seen as a const definition + "err", ] def makegreylist(self): |