We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f564b commit 6d80625Copy full SHA for 6d80625
object.h
@@ -21,7 +21,7 @@ struct Obj {
21
};
22
23
typedef struct {
24
- Obj obj;
+ Obj* obj;
25
int length;
26
char* chars;
27
uint32_t hash;
0 commit comments