~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to missing_d/strtod.c

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 11:49:57 UTC
  • Revision ID: git-v1:6a2caf2157d87b4b582b2494bdd7d6a688dd0b1f
Tags: gawk-3.1.6
Move to gawk-3.1.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
        if (
72
72
#if defined(HAVE_LOCALE_H)
73
 
        loc.decimal_point != NULL
 
73
        loc.decimal_point != NULL && do_posix
74
74
                        ? *s == loc.decimal_point[0]
75
75
                        : *s == '.'
76
76
#else