Merge Dirk's fix_epicsInt8 branch into 7.0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user