summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/value.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-03 09:11:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-03 09:11:25 -0600
commit83acc8b8a304ea02e954b033c706767e0f28a02e (patch)
tree6f6790ba4aeb1256858111d9f623a441aeb8563e /apps/interpreters/bas/value.h
parentb617ac1c3e500d248fa7afd583ddbf1660aeb567 (diff)
downloadnuttx-83acc8b8a304ea02e954b033c706767e0f28a02e.tar.gz
nuttx-83acc8b8a304ea02e954b033c706767e0f28a02e.tar.bz2
nuttx-83acc8b8a304ea02e954b033c706767e0f28a02e.zip
BAS: Remove config.h and INSTALL files. Add config options to Kconfig
Diffstat (limited to 'apps/interpreters/bas/value.h')
-rw-r--r--apps/interpreters/bas/value.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/interpreters/bas/value.h b/apps/interpreters/bas/value.h
index dbcaaff2d..77df977f8 100644
--- a/apps/interpreters/bas/value.h
+++ b/apps/interpreters/bas/value.h
@@ -46,9 +46,7 @@ extern const enum ValueType Value_commonType[V_VOID+1][V_VOID+1];
(this)->type=0;
-#ifndef HAVE_LRINT
extern long int lrint(double d);
-#endif
extern double Value_trunc(double d);
extern double Value_round(double d);
extern long int Value_toi(double d, int *overflow);