Overview
Comment: | Oops. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0adce25085b6ed9dae93e0fda2537e5d |
User & Date: | js on 2012-04-25 09:17:50 |
Other Links: | manifest | tags |
Context
2012-04-25
| ||
09:22 | ISO C forbids empty initializer braces. check-in: ceb7a22af1 user: js tags: trunk | |
09:17 | Oops. check-in: 0adce25085 user: js tags: trunk | |
2012-04-22
| ||
15:30 | Rename cfw_new_p to cfw_create. check-in: 8f2b2b8255 user: js tags: trunk | |
Changes
Modified src/object.c from [d87768cf4b] to [d0d674ef0a].
︙ | ︙ | |||
118 119 120 121 122 123 124 | free(obj); } CFWClass* cfw_class(void *ptr) { | | | 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 | free(obj); } CFWClass* cfw_class(void *ptr) { CFWObject *obj = ptr; return obj->cls; } bool cfw_is(void *ptr, CFWClass *cls) { |
︙ | ︙ |