From ee2344c582e08135abddf74e398fb2d630107227 Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Tue, 13 Nov 2012 13:39:47 +0000 Subject: [PATCH] remove the unnecessary "#pragma pack(pop)" git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2409 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/finsh/finsh.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/finsh/finsh.h b/components/finsh/finsh.h index 4c26b0fbf3..0ada00ea03 100644 --- a/components/finsh/finsh.h +++ b/components/finsh/finsh.h @@ -124,9 +124,7 @@ struct finsh_syscall #endif syscall_func func; /* the function address of system call */ }; -#if defined(_MSC_VER) -#pragma pack(pop) -#endif + /* system call item */ struct finsh_syscall_item {