Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Medium
-
Resolution: Unresolved
-
Affects Version/s: 6.04.00, 6.02/04
-
Fix Version/s: None
-
Component/s: Cling
-
Labels:None
-
Environment:
kubuntu, clang35
-
Development:
Description
Doing unrelated work, I stumbled in this behaviour: an unnamed macro does not run correctly if the last line of the file is a closing brace:
{
|
printf ("Hello\n");
|
}
|
// }
|
I get
mymacro.C:9:1: error: extraneous closing brace ('}')
|
}
|
^
|
Attachments
Issue Links
- relates to
-
ROOT-7354 Solo opening parenthesis in block comment not interpreted properly in cling
-
- Closed
-