diff options
Diffstat (limited to 'src/stdlib/_strtod.h')
-rw-r--r-- | src/stdlib/_strtod.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdlib/_strtod.h b/src/stdlib/_strtod.h index aa7e60d4..32645aff 100644 --- a/src/stdlib/_strtod.h +++ b/src/stdlib/_strtod.h @@ -94,3 +94,7 @@ ret *= -1; } } + +/* +STDC(-1) +*/ |