mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
inline -> INLINE
This commit is contained in:
parent
54507125e7
commit
7e4bc84dfc
1 changed files with 2 additions and 2 deletions
|
|
@ -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 )
|
st_fragment_program( struct gl_fragment_program *fp )
|
||||||
{
|
{
|
||||||
return (struct st_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 )
|
st_vertex_program( struct gl_vertex_program *vp )
|
||||||
{
|
{
|
||||||
return (struct st_vertex_program *)vp;
|
return (struct st_vertex_program *)vp;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue