summaryrefslogtreecommitdiff
path: root/ShellPkg
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-13 20:26:03 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-13 20:26:03 +0000
commite118a40b9d1c1f06c96eda16fbb96a0d000f8a11 (patch)
tree4209dd0207f1269db1c08bb7928ec63a20f67b6e /ShellPkg
parent8b157410c1f57f684f049ee7b7989b8065be8f11 (diff)
Add ABS() macro (Absolute Value) to Base.h in MdePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11819 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg')
-rw-r--r--ShellPkg/Include/ShellBase.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ShellPkg/Include/ShellBase.h b/ShellPkg/Include/ShellBase.h
index 92f5833f1..576cd7b1a 100644
--- a/ShellPkg/Include/ShellBase.h
+++ b/ShellPkg/Include/ShellBase.h
@@ -15,8 +15,6 @@
#ifndef _SHELL_BASE_
#define _SHELL_BASE_
-#define ABS(a) ((a<0)?(-(a)):(a))
-
typedef VOID *SHELL_FILE_HANDLE;
#define SHELL_FREE_NON_NULL(Pointer) \