Garmin Fleet Management Controller  2.19.0
pack_end.h
Go to the documentation of this file.
1 /*********************************************************************
2 *
3 * HEADER NAME:
4 * pack_end.h - Specific compiler commands required to exit
5 * structure packing mode.
6 *
7 * Copyright 2008 by Garmin Ltd. or its subsidiaries.
8 *---------------------------------------------------------------------
9 * $NoKeywords$
10 *********************************************************************/
11 
12 /* End of Win32 Visual C++ compiler packing */
13 #ifdef _WIN32
14 #pragma pack(pop)
15 #endif
16 
17 /* End of Motorola 68K compiler packing */
18 #ifdef __MC68K__
19 #pragma options align=reset
20 #endif