diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-05-08 07:50:13 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-05-08 07:50:13 +0000 |
commit | b4200796aab1ec26288a1376c7dd99c0927b5ee9 (patch) | |
tree | e9d937ce0d0c37b3aa7593207494a1e6858a944a /test | |
parent | 6019b688884901ee2a51fb0d1b4318b259c99bfc (diff) |
- Added alternate keywords __inline, __restrict, etc, for GCC compatibility
- Skip comments that might remain after preprocessing
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2487 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test')
-rw-r--r-- | test/spass/misc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/spass/misc.h b/test/spass/misc.h index 6f70a23..69d929d 100644 --- a/test/spass/misc.h +++ b/test/spass/misc.h @@ -48,8 +48,6 @@ #ifndef _MISC_ #define _MISC_ -#define __inline__ inline - /**************************************************************/ /* Includes */ /**************************************************************/ |