Skip to content

Commit

Permalink
setting numeric locale to "C" to make sure literals are parsed correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Feb 21, 2012
1 parent a39e4f3 commit a7c0396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flisp.c
Expand Up @@ -2235,6 +2235,7 @@ static void lisp_init(size_t initial_heapsize)
int i;

llt_init();
setlocale(LC_NUMERIC, "C");

heapsize = initial_heapsize;

Expand Down

0 comments on commit a7c0396

Please sign in to comment.