Re: [PATCH] Make MIG recognize the basic C integral types.

2020-01-27 Thread Samuel Thibault
Hello, While having a look at some mig types, I happened to remember about this old mail in my mbox, and took the time to have a look, it's now (at last!) applied, thanks! Samuel Flavio Cruz, le mar. 19 avril 2016 03:05:13 -0400, a ecrit: > Also removed itMakeIntType which was not used anymore.

[PATCH] Make MIG recognize the basic C integral types.

2016-04-20 Thread Flavio Cruz
Also removed itMakeIntType which was not used anymore. Users can use char, int, and short types without having to define them. These types are defined using the builtin MACH_MSG_TYPE_* types and are architecture independent since they have the same size as the C char, short and int. If these basi