You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch

12 lines
223 B

--- src/single.c.old 2015-09-17 09:21:57.826930680 +0200
+++ src/single.c 2015-09-17 09:22:04.315824372 +0200
@@ -476,7 +476,7 @@
};
-inline int
+static inline int
ai_checknewpos (_point pos, int d)
{
_point m;