We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d698316 commit faac90fCopy full SHA for faac90f
1 file changed
src/ps_ast_test.c
@@ -46,7 +46,7 @@
46
ps_ast_block *ps_ast_test_create_block_program(const char *name)
47
{
48
ps_ast_debug_line(0, "Create a PROGRAM node with name '%s' at line 1, column 1", name);
49
- ps_ast_block *block_program = ps_ast_create_block(1, 1, PS_AST_PROGRAM, name);
+ ps_ast_block *block_program = ps_ast_create_block(1, 1, NULL, PS_AST_PROGRAM, name);
50
if (block_program == NULL)
51
return NULL;
52
0 commit comments