mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-04 04:41:02 -07:00
first serialization of singlehearder without asserts. (Still failing after around 4k lines.
This commit is contained in:
@ -368,7 +368,7 @@ CodeBody def_body( CodeT type )
|
||||
}
|
||||
|
||||
Code
|
||||
result = make_code();
|
||||
result = make_code();
|
||||
result->Type = type;
|
||||
return (CodeBody)result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user