X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fstdinit.c;h=2554e9fe8c702df81ef0806765ebc6e43ce3255a;hp=9467077d4e9b34acf1558860ce29bf7be7005d59;hb=fd3f9d6bac7e16b441fc6253e121177fc772d58f;hpb=e4a50ae15f5ea7e9e10cb8dfba8e5c1824abe4d3 diff --git a/platform/example/functions/_PDCLIB/stdinit.c b/platform/example/functions/_PDCLIB/stdinit.c index 9467077..2554e9f 100644 --- a/platform/example/functions/_PDCLIB/stdinit.c +++ b/platform/example/functions/_PDCLIB/stdinit.c @@ -310,7 +310,8 @@ struct lconv _PDCLIB_lconv = { { /* no error */ (char *)"", /* ERANGE */ (char *)"ERANGE (Range error)", - /* EDOM */ (char *)"EDOM (Domain error)" + /* EDOM */ (char *)"EDOM (Domain error)", + /* EILSEQ */ (char *)"EILSEQ (Illegal sequence)" }, /* decimal_point */ (char *)".", /* thousands_sep */ (char *)"",