Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
d5a4ad53
Commit
d5a4ad53
authored
Nov 26, 2014
by
Jeroen Vreeken
Browse files
Add cast of unsigned long to int
parent
990cb146
Changes
1
Hide whitespace changes
Inline
Side-by-side
controller/controller/controller_load_parser.y
View file @
d5a4ad53
...
...
@@ -275,6 +275,8 @@ intvar: INTVARIABLESYM
{ $$ = $2; }
| INTCASTSYM doublevar
{ $$ = $2; }
| INTCASTSYM unsignedlongvar
{ $$ = $2; }
| BOOLSYM
{ $$ = $1; }
| BOOLCASTSYM intvar
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment