OSDN Git Service

nv50: s/__func__/__FUNCTION__/
authorVinson Lee <vlee@vmware.com>
Sat, 17 Jul 2010 01:41:32 +0000 (18:41 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 17 Jul 2010 01:41:32 +0000 (18:41 -0700)
src/gallium/drivers/nv50/nv50_context.h

index 61807dd..9c672a0 100644 (file)
@@ -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);