Cure invalid constant

https://lgtm.com/projects/g/danmar/cppcheck?mode=list poined out this "implicit string concatenation"
This commit is contained in:
amai2012 2020-04-14 15:47:44 +02:00 committed by GitHub
parent 36b4a5566a
commit 3be79aee98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',
],