Sfoglia il codice sorgente

Use hidden towupper in new regex

Peter S. Mazinger 19 anni fa
parent
commit
eb326e80ad
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      libc/misc/regex/regex.c

+ 1 - 0
libc/misc/regex/regex.c

@@ -39,6 +39,7 @@
 #define iswlower __iswlower
 #define iswalnum __iswalnum
 #define towlower __towlower
+#define towupper __towupper
 #define mbsinit __mbsinit
 #include <wchar.h>
 #include <wctype.h>