mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
Merge branch 'master' into blub/bc3
This commit is contained in:
commit
ea09553b32
1 changed files with 0 additions and 7 deletions
7
ast.h
7
ast.h
|
@ -398,13 +398,6 @@ struct ast_function_s
|
|||
char labelbuf[64];
|
||||
|
||||
MEM_VECTOR_MAKE(ast_block*, blocks);
|
||||
|
||||
/* contrary to the params in ast_value, these are the parameter variables
|
||||
* which are to be used in expressions.
|
||||
* The ast_value for the function contains only the parameter types used
|
||||
* to generate ast_calls, and ast_call contains the parameter values
|
||||
* used in that call.
|
||||
*/
|
||||
};
|
||||
ast_function* ast_function_new(lex_ctx ctx, const char *name, ast_value *vtype);
|
||||
/* This will NOT delete the underlying ast_value */
|
||||
|
|
Loading…
Reference in a new issue