• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Loco Cocoa Compiler
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Loco Cocoa Compiler


  • Subject: Loco Cocoa Compiler
  • From: Adam <email@hidden>
  • Date: Sun, 2 May 2004 14:40:28 -0400

I have a block of code:

case NSStreamEventHasBytesAvailable:
NSLog(@"NSStreamEventHasBytesAvailable"); //Line 1
NSString *newLineChar = @"\n"; //Line 2
NSString *carriageReturnChar = @"\r"; //Line 3

If I run this code it works fine. If I remove line 1 (which was only being used for debugging purposes) I get an error

"parse error before '*' token - on line 2

This makes no sense to me. These tow lines should not be effecting each other.


Adam
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: Loco Cocoa Compiler
      • From: j o a r <email@hidden>
    • Re: Loco Cocoa Compiler
      • From: Ondra Cada <email@hidden>
  • Prev by Date: Re: Install Plugin From App Bundle
  • Next by Date: Re: Loco Cocoa Compiler
  • Previous by thread: Re: [OT] why aren't my docs like Apple's docs?
  • Next by thread: Re: Loco Cocoa Compiler
  • Index(es):
    • Date
    • Thread