Blob Blame History Raw
--- easystroke-0.4.5/stroke.c.debug	2009-05-12 23:24:45.000000000 +0900
+++ easystroke-0.4.5/stroke.c	2009-06-03 21:35:15.000000000 +0900
@@ -156,7 +156,7 @@
 			int max_y = y;
 			int k = 0;
 
-			inline void step(int x2, int y2) {
+			void step(int x2, int y2) {
 				double dtx = a->p[x2].t - tx;
 				double dty = b->p[y2].t - ty;
 				if (dtx >= dty * 2.2 || dty >= dtx * 2.2 || dtx < EPS || dty < EPS)