0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-23 12:11:49 +00:00

expr_t forward declaration fix

This commit is contained in:
Bill Currie 2002-07-08 05:07:18 +00:00
parent 4c8e157db2
commit c50923fa6f

View file

@ -58,7 +58,7 @@ void copy_struct_fields (struct type_s *dst, struct type_s *src);
int emit_struct (struct type_s *strct, const char *name); int emit_struct (struct type_s *strct, const char *name);
void process_enum (struct expr_s *enm); void process_enum (struct expr_s *enm);
expr_t *get_enum (const char *name); struct expr_s *get_enum (const char *name);
void clear_structs (void); void clear_structs (void);
void clear_enums (void); void clear_enums (void);