Index: libcfa/src/bits/stack.hfa
===================================================================
--- libcfa/src/bits/stack.hfa	(revision 96ef156eb6906d418f912ecaadba955f627e7457)
+++ libcfa/src/bits/stack.hfa	(revision d9f6d80d8df19fe3b1670a149e2686898f61fbee)
@@ -14,5 +14,5 @@
 	};
 
-	inline {
+	static inline {
 		// wrappers to make Collection have T
 		T & head( Stack(T) & s ) with( s ) {
@@ -70,7 +70,7 @@
 	struct StackIter {
 		inline ColIter;									// Plan 9 inheritance
-	};	
+	};
 
-	inline {
+	static inline {
 		void ?{}( StackIter(T) & si ) with( si ) {
 			((ColIter &)si){};
