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 b50f8192517c9784f711632876ac79914cec6b9b..acc000cf3dd2f3d36491a2fec2c7a99e1d8d262f 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,