Skip to content

Commit

Permalink
Fix Config.h syntax error from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
simtr committed Aug 15, 2014
1 parent a629eb9 commit 8eedaf9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Config.h
Expand Up @@ -173,15 +173,13 @@
#define TPT_INLINE inline
#endif

#if

#define SDEUT
//#define REALHEAT

#if defined(WIN) && defined(__GNUC__)
#define TH_ENTRY_POINT __attribute__((force_align_arg_pointer))
#else
#define TH_ENTRY_POINT
#endif

#define SDEUT
//#define REALHEAT

#endif /* CONFIG_H */

0 comments on commit 8eedaf9

Please sign in to comment.