Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Unmaintained
KDE Libraries
Commits
3214e20c
Commit
3214e20c
authored
Jun 08, 2014
by
Andrea Iacovitti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build on arm platform.
CCBUG: 335346
parent
c78d50c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
khtml/css/cssparser.cpp
khtml/css/cssparser.cpp
+1
-1
No files found.
khtml/css/cssparser.cpp
View file @
3214e20c
...
...
@@ -2709,7 +2709,7 @@ static inline int yyerror( const char *str ) {
return
1
;
}
static
const
qreal
dIntMax
=
INT_MAX
;
static
const
double
dIntMax
=
INT_MAX
;
#define END 0
#include "parser.h"
...
...
Write
Preview
Markdown
is supported
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