ObjFW  Check-in [345eb93240]

Overview
Comment:Rename ERROR() to OBJC_ERROR().

ERROR seems to be defined on MinGW32 and it's likely that it's also used
on other systems, thus it's better to prefix it with OBJC_.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 345eb9324080bc8ce1a2f66f7363a95fb2f2cdb201a0847ce9e215afa4bfc80e
User & Date: js on 2012-07-17 01:09:50
Other Links: manifest | tags
Context
2012-07-17
01:11
MinGW fixes, mainly workaround for broken strtod. check-in: 91dc019442 user: js tags: trunk
01:09
Rename ERROR() to OBJC_ERROR(). check-in: 345eb93240 user: js tags: trunk
00:02
Implement introspection for the ObjFW runtime. check-in: 9df84ee33d user: js tags: trunk
Changes