glsl/pp: Silence GCC "no previous prototype" warning.
authorVinson Lee <vlee@vmware.com>
Tue, 26 Jan 2010 08:45:54 +0000 (00:45 -0800)
committerVinson Lee <vlee@vmware.com>
Tue, 26 Jan 2010 08:47:31 +0000 (00:47 -0800)
src/glsl/pp/sl_pp_purify.c

index b50f819..acc000c 100644 (file)
@@ -140,7 +140,7 @@ sl_pp_purify_state_init(struct sl_pp_purify_state *state,
 }
 
 
-unsigned int
+static unsigned int
 _purify_comment(struct sl_pp_purify_state *state,
                 char *output,
                 unsigned int *current_line,