http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.24.tar.gz
[xscreensaver] / hacks / glx / glhanoi.c
index b0f91cafcc155954c62e57b4e9a2fcd67bd3e0c0..0d60ba82004196876897863edf469830367aa44a 100644 (file)
@@ -255,7 +255,7 @@ Disk *pop(int idx)
        return DOPOP(&glhanoi->pole[idx]);
 }
 
-inline void swap(int *x, int *y)
+/* inline */ static void swap(int *x, int *y)
 {
        *x = *x ^ *y;
        *y = *x ^ *y;