From: Alan Hourihane Date: Fri, 2 May 2008 10:31:46 +0000 (+0000) Subject: inline -> INLINE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e4bc84dfc6c05cea3d6fc52173708ddeb33cf45;p=mesa.git inline -> INLINE --- diff --git a/src/mesa/state_tracker/st_program.h b/src/mesa/state_tracker/st_program.h index 1a2062131d0..d8f26da2eeb 100644 --- a/src/mesa/state_tracker/st_program.h +++ b/src/mesa/state_tracker/st_program.h @@ -101,14 +101,14 @@ struct st_vertex_program }; -static inline struct st_fragment_program * +static INLINE struct st_fragment_program * st_fragment_program( struct gl_fragment_program *fp ) { return (struct st_fragment_program *)fp; } -static inline struct st_vertex_program * +static INLINE struct st_vertex_program * st_vertex_program( struct gl_vertex_program *vp ) { return (struct st_vertex_program *)vp;