From: Vinson Lee Date: Sat, 17 Jul 2010 01:41:32 +0000 (-0700) Subject: nv50: s/__func__/__FUNCTION__/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e02edab1a1399b308aae59039a670c86242cd83e;p=mesa.git nv50: s/__func__/__FUNCTION__/ --- diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index 61807dd999b..9c672a0f301 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);