Skip to content

Instantly share code, notes, and snippets.

@nh13
Created April 19, 2012 15:15
Show Gist options
  • Save nh13/2421597 to your computer and use it in GitHub Desktop.
Save nh13/2421597 to your computer and use it in GitHub Desktop.
diff --git a/src/sw/lib/Solution4.cpp b/src/sw/lib/Solution4.cpp
index 497d71a..f019480 100644
--- a/src/sw/lib/Solution4.cpp
+++ b/src/sw/lib/Solution4.cpp
@@ -1,7 +1,8 @@
// Coder: Psyho
// Submission: 40
// URL: http://community.topcoder.com/longcontest/?module=ViewProblemSolution&pm=11786&rd=15078&cr=10597114&subnum=40
-#define INLINE __attribute__ ((always_inline))
+//#define INLINE __attribute__ ((always_inline))
+#define INLINE inline
#define NOINLINE __attribute__ ((noinline))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment