mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 17:31:08 +00:00
[qfcc] Add a leading . to the compile_unit def
This commit is contained in:
parent
453c646d85
commit
9400b9b115
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ emit_compunit (const char *modname)
|
|||
|
||||
pr.unit_name = modname;
|
||||
compunit_struct[3].type = array_type (&type_string, count);
|
||||
return emit_structure ("compile_unit", 's', compunit_struct, 0, &pr,
|
||||
return emit_structure (".compile_unit", 's', compunit_struct, 0, &pr,
|
||||
pr.debug_data, sc_static);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue