~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:47:02 UTC
  • Revision ID: git-v1:315bd501ca696bc3e3c938b4604d8dac7a6f512f
Tags: gawk-3.1.5
Move to gawk 3.1.5.

Show diffs side-by-side

added added

removed removed

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