Merge Dirk's fix_epicsInt8 branch into 7.0

This commit is contained in:
Andrew Johnson
2022-01-24 13:32:16 -06:00
5 changed files with 22 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ typedef enum {
* These are sufficient for all our current archs
* @{
*/
typedef char epicsInt8;
typedef signed char epicsInt8;
typedef unsigned char epicsUInt8;
typedef short epicsInt16;
typedef unsigned short epicsUInt16;