diff options
Diffstat (limited to 'extra/Configs/Config.v850e')
-rw-r--r-- | extra/Configs/Config.v850e | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/extra/Configs/Config.v850e b/extra/Configs/Config.v850e index 144c5ab79..8c5646213 100644 --- a/extra/Configs/Config.v850e +++ b/extra/Configs/Config.v850e @@ -72,12 +72,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = false -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = true - # Set this to `false' if you don't have/need locale support; `true' otherwise. # NOTE: Currently does not affect collation. # You must also generate the locale data and associated .h file. |