Index: libcfa/src/bits/stack.hfa
===================================================================
--- libcfa/src/bits/stack.hfa	(revision 96ef156eb6906d418f912ecaadba955f627e7457)
+++ libcfa/src/bits/stack.hfa	(revision 7d30a1e35b4b053b8de1e100662f28ce1825cf78)
@@ -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){};
