projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5fcab9
)
nv50: s/__func__/__FUNCTION__/
author
Vinson Lee
<vlee@vmware.com>
Sat, 17 Jul 2010 01:41:32 +0000
(18:41 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 17 Jul 2010 01:41:32 +0000
(18:41 -0700)
src/gallium/drivers/nv50/nv50_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nv50/nv50_context.h
b/src/gallium/drivers/nv50/nv50_context.h
index 61807dd999be49a0d04a92115d01f8ed99d79ed1..9c672a0f301018837c54f4beceff6d04c881bb06 100644
(file)
--- 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);