mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
glsl/pp: make some functions static
This commit is contained in:
parent
52271c5345
commit
0d654a7f2c
1 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#define PURE_ERROR 256
|
||||
|
||||
int
|
||||
static int
|
||||
_pure_getc(struct sl_pp_context *context)
|
||||
{
|
||||
char c;
|
||||
|
|
@ -52,7 +52,7 @@ _pure_getc(struct sl_pp_context *context)
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
static void
|
||||
_pure_ungetc(struct sl_pp_context *context,
|
||||
int c)
|
||||
{
|
||||
|
|
@ -508,7 +508,7 @@ _tokenise_number(struct sl_pp_context *context,
|
|||
}
|
||||
|
||||
|
||||
int
|
||||
static int
|
||||
sl_pp_token_get(struct sl_pp_context *context,
|
||||
struct sl_pp_token_info *out)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue