* src/vm/access.cpp: Compile fix (PR117).
authorStefan Ring <stefan@complang.tuwien.ac.at>
Mon, 15 Dec 2008 12:55:11 +0000 (13:55 +0100)
committerStefan Ring <stefan@complang.tuwien.ac.at>
Mon, 15 Dec 2008 12:55:11 +0000 (13:55 +0100)
Applied (trivially modified) patch by Guillaume Legris.

src/vm/access.cpp

index a7bfc5b9bd5cf88e5486f3bc8b36fdb958a6473a..73899e0e3a53b56dc810a50dd821b92b11e69493 100644 (file)
@@ -341,10 +341,10 @@ bool access_check_method(methodinfo *m, int callerdepth)
        return true;
 }
 
-#if defined(__cplusplus)
-}
 #endif
 
+#if defined(__cplusplus)
+}
 #endif