1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 12:46:37 +02:00

Fix for OS X so it can actually compile. Reported by QIXOZL (#4236).

This commit is contained in:
Bram Matthys
2013-11-24 11:30:18 +01:00
parent 297c176886
commit bb545c7cbe
+1 -1
View File
@@ -144,7 +144,7 @@ extern char *rindex(char *, char);
/*
* Mac OS X Tiger Support (Intel Only)
*/
#if defined(macosx) || (defined(__APPLE__) && defined(__MACH__))
#if defined(macosx) || (defined(__APPLE__)
#define OSXTIGER
#endif