This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Define PERL_PRI[efg]ldbl and PERL_SCNfldbl in Win32 canned config files
[perl5.git] / win32 / config_H.vc
index ba61fe8..05518e1 100644 (file)
  *     This symbol, if defined, contains the string used by stdio to
  *     format long doubles (format 'f') for input.
  */
-/*#define PERL_PRIfldbl        "f"     / **/
-/*#define PERL_PRIgldbl        "g"     / **/
-/*#define PERL_PRIeldbl        "e"     / **/
-/*#define PERL_SCNfldbl        "f"     / **/
+#define PERL_PRIfldbl  "f"     /**/
+#define PERL_PRIgldbl  "g"     /**/
+#define PERL_PRIeldbl  "e"     /**/
+#define PERL_SCNfldbl  "f"     /**/
 
 /* NEED_VA_COPY:
  *     This symbol, if defined, indicates that the system stores