Delete stscanf definition

This commit is contained in:
James Clark 1998-06-02 09:06:22 +00:00
parent 84835ac373
commit 6b733b9b87

View file

@ -57,7 +57,6 @@ Contributor(s):
#ifdef XML_UNICODE
#define T(x) L ## x
#define ftprintf fwprintf
#define stscanf swscanf
#define tfopen _wfopen
#define fputts fputws
#define puttc putwc
@ -74,7 +73,6 @@ Contributor(s):
#else /* not XML_UNICODE */
#define T(x) x
#define ftprintf fprintf
#define stscanf sscanf
#define tfopen fopen
#define fputts fputs
#define puttc putc