Created
April 19, 2012 15:15
-
-
Save nh13/2421597 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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