Skip to content

Commit 4da554d

Browse files
author
otxdev
committed
fine-tune ignorance rules
git-svn-id: http://otx.osxninja.com/builds/trunk@415 5968870d-8a1b-0410-8ef2-9208d525af3e
1 parent 236dc26 commit 4da554d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/Processors/PPCProcessor.m

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,9 @@ - (void)commentForMsgSend: (char*)ioComment
809809
case CFStringType:
810810
case ImpPtrType:
811811
case OCStrObjectType:
812+
case OCModType:
813+
case PStringType:
814+
case DoubleType:
812815
break;
813816

814817
case NLSymType:
@@ -835,8 +838,9 @@ - (void)commentForMsgSend: (char*)ioComment
835838

836839
break;
837840

838-
// Not sure what these are for, but they're NULL.
841+
// Not sure why these exist, but we ignore them.
839842
case NLSymType:
843+
case FloatType:
840844
break;
841845

842846
default:

0 commit comments

Comments
 (0)