Cure invalid constant
https://lgtm.com/projects/g/danmar/cppcheck?mode=list poined out this "implicit string concatenation"
This commit is contained in:
parent
36b4a5566a
commit
3be79aee98
|
@ -106,7 +106,7 @@ C90_STDLIB_IDENTIFIERS = {
|
|||
],
|
||||
# D.6 Mathematics
|
||||
'math.h': [
|
||||
'HUGE_VAL' 'acos', 'asin' , 'atan2', 'cos', 'sin', 'tan', 'cosh',
|
||||
'HUGE_VAL', 'acos', 'asin' , 'atan2', 'cos', 'sin', 'tan', 'cosh',
|
||||
'sinh', 'tanh', 'exp', 'frexp', 'ldexp', 'log', 'loglO', 'modf',
|
||||
'pow', 'sqrt', 'ceil', 'fabs', 'floor', 'fmod',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue