Remove usage of 'double' type.

This commit is contained in:
Ruben Ayrapetyan
2014-07-14 19:44:54 +04:00
parent 30b1a43e1e
commit 0dd13021ae
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ __strtof (const char *nptr, char **endptr)
(void) endptr;
JERRY_UNIMPLEMENTED ();
}
} /* __strtof */
/** Calculate the length of a string. */
size_t