summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/nv30/nv30_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/nv30/nv30_context.h')
-rw-r--r--src/mesa/pipe/nv30/nv30_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/nv30/nv30_context.h b/src/mesa/pipe/nv30/nv30_context.h
index d2262c5065..f6c6954599 100644
--- a/src/mesa/pipe/nv30/nv30_context.h
+++ b/src/mesa/pipe/nv30/nv30_context.h
@@ -83,7 +83,7 @@ struct nv30_context {
struct pipe_vertex_element vtxelt[PIPE_ATTRIB_MAX];
};
-static inline struct nv30_context *
+static INLINE struct nv30_context *
nv30_context(struct pipe_context *pipe)
{
return (struct nv30_context *)pipe;