Mesa (master): nv50: s/__func__/__FUNCTION__/

Vinson Lee vlee at kemper.freedesktop.org
Sat Jul 17 01:42:12 UTC 2010


Module: Mesa
Branch: master
Commit: e02edab1a1399b308aae59039a670c86242cd83e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e02edab1a1399b308aae59039a670c86242cd83e

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jul 16 18:41:32 2010 -0700

nv50: s/__func__/__FUNCTION__/

---

 src/gallium/drivers/nv50/nv50_context.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h
index 61807dd..9c672a0 100644
--- a/src/gallium/drivers/nv50/nv50_context.h
+++ b/src/gallium/drivers/nv50/nv50_context.h
@@ -21,7 +21,7 @@
 #include "nv50_program.h"
 
 #define NOUVEAU_ERR(fmt, args...) \
-	fprintf(stderr, "%s:%d -  "fmt, __func__, __LINE__, ##args);
+	fprintf(stderr, "%s:%d -  "fmt, __FUNCTION__, __LINE__, ##args);
 #define NOUVEAU_MSG(fmt, args...) \
 	fprintf(stderr, "nouveau: "fmt, ##args);
 




More information about the mesa-commit mailing list