Local change: remove unnecessary __cdecl

This commit is contained in:
Jung-uk Kim 2005-11-01 22:33:32 +00:00
parent 0dd793f645
commit 5475ddb73a
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ typedef union ptr_ovl
#define OSD_PRINT(lvl,fp) TEST_OUTPUT_LEVEL(lvl) {\
AcpiOsPrintf PARAM_LIST(fp);}
void __cdecl
void
AeCtrlCHandler (
int Sig);

View File

@ -195,7 +195,7 @@ RSDT_DESCRIPTOR_REV1 *LocalRSDT;
*
*****************************************************************************/
void __cdecl
void
AeCtrlCHandler (
int Sig)
{