Merge branch 'bug552566-timet/wip'

svn path=/trunk/; revision=624
This commit is contained in:
Colin Walters
2008-09-23 18:20:25 +00:00
parent bfb6271201
commit 8fc943f941
6 changed files with 17 additions and 8 deletions

View File

@@ -89,6 +89,7 @@ get_ffi_type (GITypeInfo *info)
rettype = &ffi_type_slong;
break;
case GI_TYPE_TAG_SIZE: /* FIXME */
case GI_TYPE_TAG_TIME_T: /* May not be portable */
case GI_TYPE_TAG_ULONG:
rettype = &ffi_type_ulong;
break;