Deleted Added
full compact
4c4
< * $Revision: 22 $
---
> * $Revision: 24 $
119,125d118
< #include "acparser.h"
< #include "acdispat.h"
< #include "amlcode.h"
< #include "acnamesp.h"
< #include "acparser.h"
< #include "acevents.h"
< #include "acinterp.h"
127d119
< #include "actables.h"
148,152c140,144
< HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE];
< UINT16 AcpiGbl_LoHistory = 0;
< UINT16 AcpiGbl_NumHistory = 0;
< UINT16 AcpiGbl_NextHistoryIndex = 0;
< UINT32 AcpiGbl_NextCmdNum = 1;
---
> static HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE];
> static UINT16 AcpiGbl_LoHistory = 0;
> static UINT16 AcpiGbl_NumHistory = 0;
> static UINT16 AcpiGbl_NextHistoryIndex = 0;
> static UINT32 AcpiGbl_NextCmdNum = 1;