(svn r24524) -Fix [FS#5296]: fix some compile problems in mac-only code (__ln__)

This commit is contained in:
yexo
2012-09-13 18:42:33 +00:00
parent bd17361817
commit 1f75f81a41
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
#endif
/* this function is a lightly modified version of some code from Apple's developer homepage to detect G5 CPUs at runtime */
main()
int main()
{
host_basic_info_data_t hostInfo;
mach_msg_type_number_t infoCount;