ObjFW  Check-in [77fe5572fe]

Overview
Comment:Make sure restrict is always defined.

This way, we also don't need -std=gnu99 in objfw-config anymore.

Fixes ObjC++, for which -std=gnu99 is invalid and where there is no
restrict.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 77fe5572fe75f28cbdc7bb976c027dfb3e6f5d92d64fa6e6cf6659b30d16419d
User & Date: js on 2011-07-15 10:30:49
Other Links: manifest | tags
Context
2011-07-17
00:57
Get rid of unnecessary includes of unistd.h in headers. check-in: eced1d58ea user: js tags: trunk
2011-07-15
10:30
Make sure restrict is always defined. check-in: 77fe5572fe user: js tags: trunk
2011-07-14
23:19
Fix a memory leak in OFArray. check-in: 41cdf54612 user: js tags: trunk
Changes