diff options
author | Chris Robinson <[email protected]> | 2014-12-24 17:15:50 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-12-24 17:15:50 -0800 |
commit | 4dc9956a12881d282bdc499b89d8619d8e7d08e2 (patch) | |
tree | 63599949f344b24ef7c862afa1e7bb0e4c38ac18 /config.h.in | |
parent | bc17d6fc45ccf98e3b62e4c6b5b6046bf6255d2f (diff) |
Remove some IN_IDE_PARSER uses
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index f999eb49..817e1691 100644 --- a/config.h.in +++ b/config.h.in @@ -9,7 +9,7 @@ /* KDevelop's parser doesn't recognize the C99-standard restrict keyword, but * recent versions (at least 4.5.1) do recognize GCC's __restrict. */ #define restrict __restrict -#endif +#endif /* Define any available alignment declaration */ #define ALIGN(x) ${ALIGN_DECL} |