]> git.saurik.com Git - apple/libc.git/blobdiff - stdio/FreeBSD/getwc.c
Libc-391.5.22.tar.gz
[apple/libc.git] / stdio / FreeBSD / getwc.c
index 201b0ab0550094411dd4bb97ee6bc86cf74b3daf..34a7de32584f00544565c5a3c82c584b6d9383b6 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/stdio/getwc.c,v 1.2 2002/09/28 07:43:44 tjr Exp $");
+__FBSDID("$FreeBSD: src/lib/libc/stdio/getwc.c,v 1.3 2004/05/25 10:42:52 tjr Exp $");
 
 #include "namespace.h"
 #include <stdio.h>
 
 #include "namespace.h"
 #include <stdio.h>
@@ -34,6 +34,8 @@ __FBSDID("$FreeBSD: src/lib/libc/stdio/getwc.c,v 1.2 2002/09/28 07:43:44 tjr Exp
 #include "libc_private.h"
 #include "local.h"
 
 #include "libc_private.h"
 #include "local.h"
 
+#undef getwc
+
 /*
  * Synonym for fgetwc(). The only difference is that getwc(), if it is a
  * macro, may evaluate `fp' more than once.
 /*
  * Synonym for fgetwc(). The only difference is that getwc(), if it is a
  * macro, may evaluate `fp' more than once.