gtm_threadgbl_deftypes generation should return success

This commit is contained in:
Brad King 2012-06-14 15:23:08 -04:00
parent d88ff6205e
commit 0749a37ea3
1 changed files with 1 additions and 0 deletions

View File

@ -213,4 +213,5 @@ int main()
# undef THREADGBLAR1DEF
# undef THREADGBLAR2DEF
printf("# define size_gtm_threadgbl_struct %d\n", (int)SIZEOF(gtm_threadgbl_def_t));
return 0;
}