mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 02:30:12 +01:00
nv50: s/__func__/__FUNCTION__/
This commit is contained in:
parent
b5fcab976f
commit
e02edab1a1
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
#include "nv50_program.h"
|
#include "nv50_program.h"
|
||||||
|
|
||||||
#define NOUVEAU_ERR(fmt, args...) \
|
#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...) \
|
#define NOUVEAU_MSG(fmt, args...) \
|
||||||
fprintf(stderr, "nouveau: "fmt, ##args);
|
fprintf(stderr, "nouveau: "fmt, ##args);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue