glsl/pp: Add forward decls to silence gcc warnings.

This commit is contained in:
Michal Krol
2009-09-24 10:57:55 +02:00
parent 69fec23251
commit 92e33569f3
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -31,6 +31,9 @@
#include "sl_pp_token.h"
struct sl_pp_context;
struct sl_pp_process_state;
struct sl_pp_macro_formal_arg {
int name;
struct sl_pp_macro_formal_arg *next;
+2
View File
@@ -29,6 +29,8 @@
#define SL_PP_TOKEN_H
struct sl_pp_context;
enum sl_pp_token {
SL_PP_WHITESPACE,
SL_PP_NEWLINE,