GCC Cleanup: UINT8_MAX is defined already in standard header file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6594 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -135,7 +135,9 @@ Returns:
|
|||||||
#define MAXMATCH 256
|
#define MAXMATCH 256
|
||||||
#define THRESHOLD 3
|
#define THRESHOLD 3
|
||||||
#define CODE_BIT 16
|
#define CODE_BIT 16
|
||||||
|
#ifndef UINT8_MAX
|
||||||
#define UINT8_MAX 0xff
|
#define UINT8_MAX 0xff
|
||||||
|
#endif
|
||||||
#define BAD_TABLE - 1
|
#define BAD_TABLE - 1
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user