glsl2: remove 'extern' keyword in .c file

This commit is contained in:
Brian Paul
2010-08-27 11:15:03 -06:00
parent 53290900db
commit 1be5d1c887

View File

@@ -141,7 +141,7 @@ remove_line_continuations(glcpp_parser_t *ctx, const char *shader)
return clean;
}
extern int
int
preprocess(void *talloc_ctx, const char **shader, char **info_log,
const struct gl_extensions *extensions)
{