Skip to content
Snippets Groups Projects
Commit 8a623e36 authored by Axel Naumann's avatar Axel Naumann
Browse files

Help Solaris CC with its types of numeric literals

git-svn-id: http://root.cern.ch/svn/root/trunk@30799 27541ba8-7e3a-0410-8455-c3a389f83636
parent 7967ddba
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ public:
};
enum EParseContextFlag {
kCXXComment = BIT(4), // kComment is a C++ comment, or macro/html/latex content is surrounded by /* */
kParseContextFlagMask = ~(BIT(4) - 1)
kParseContextFlagMask = (UInt_t)(~(BIT(4) - 1))
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment