summaryrefslogtreecommitdiff
path: root/source/include/acstruct.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2014-03-04 12:45:53 -0800
committerRobert Moore <Robert.Moore@intel.com>2014-03-04 12:45:53 -0800
commite7a445b361d6e7c947914be3b48884595f3628ca (patch)
tree2dcf199f7218bbb10539c6e45e12ec69b947f14c /source/include/acstruct.h
parent334d38a27cc8fd80477ad8262ffa9b3520172125 (diff)
downloadacpica-e7a445b361d6e7c947914be3b48884595f3628ca.tar.gz
Revert "Headers: Deploy #pragma pack (push) and (pop)."
This reverts commit aae576e5faefa8ba70647efa320d4747b6375f1e. Push and Pop are not portable "enough", and caused problems for some ACPICA customers. Conflicts: source/include/aclocal.h source/include/acutils.h
Diffstat (limited to 'source/include/acstruct.h')
-rw-r--r--source/include/acstruct.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/include/acstruct.h b/source/include/acstruct.h
index 7e913845a..fd8eab016 100644
--- a/source/include/acstruct.h
+++ b/source/include/acstruct.h
@@ -116,9 +116,6 @@
#ifndef __ACSTRUCT_H__
#define __ACSTRUCT_H__
-
-#pragma pack(push) /* Set default struct packing */
-
/* acpisrc:StructDefs -- for acpisrc conversion */
/*****************************************************************************
@@ -345,6 +342,4 @@ typedef struct acpi_walk_info
#define ACPI_DISPLAY_SHORT (UINT8) 2
-#pragma pack(pop) /* Restore original struct packing */
-
#endif