nv50: s/__func__/__FUNCTION__/

This commit is contained in:
Vinson Lee 2010-07-16 18:41:32 -07:00
parent b5fcab976f
commit e02edab1a1

View 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);