mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
glsl2: remove 'extern' keyword in .c file
This commit is contained in:
parent
53290900db
commit
1be5d1c887
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue