Text only
|
Text with Images
Pelles C forum
Pelles C => Bug reports => Topic started by: Sanguis on September 02, 2008, 10:06:27 PM
Title:
Identifier $
Post by:
Sanguis
on
September 02, 2008, 10:06:27 PM
Hi,
I'm using Pelles C version 5.00.
Try this:
Code
Select
Expand
int $ = 5;
Sorry to bug you :D
Have a nice day!
Title:
Re: Identifier $
Post by:
JohnF
on
September 03, 2008, 08:15:40 AM
$ shouldn't be allowed I think.
John
Title:
Re: Identifier $
Post by:
Pelle
on
September 23, 2008, 06:11:24 PM
A number of C compilers support $, so I do the same as of 5.0.
Similar to this, I guess:
Code
Select
Expand
int _ = 5;
Text only
|
Text with Images