Commit 1b09838
committed
fix: Remove duplicate ObjType typedef causing CI build errors
- Removed forward declaration 'typedef enum ObjType ObjType;' from common.h
- This was causing typedef redefinition errors in C11 strict mode
- The enum is properly defined in object.h
- Fixes build failures on Ubuntu, Windows, and macOS CI platforms1 parent 7014811 commit 1b09838
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
0 commit comments