mailer | 8 Jan 2012 09:55
Favicon

bertrik: r31631 - trunk/apps/plugins/sudoku

Date: 2012-01-08 09:55:25 +0100 (Sun, 08 Jan 2012)
New Revision: 31631

Log Message:
sudoku: make local functions static and add missing #include

Modified:
   trunk/apps/plugins/sudoku/generator.c
   trunk/apps/plugins/sudoku/sudoku.c

Modified: trunk/apps/plugins/sudoku/generator.c
===================================================================
--- trunk/apps/plugins/sudoku/generator.c	2012-01-08 07:05:58 UTC (rev 31630)
+++ trunk/apps/plugins/sudoku/generator.c	2012-01-08 08:55:25 UTC (rev 31631)
 <at>  <at>  -34,6 +34,7  <at>  <at> 

 #include "sudoku.h"
 #include "templates.h"
+#include "generator.h"

 #define assert(x)

 <at>  <at>  -618,6 +619,7  <at>  <at> 
 }

 /* Helper: sort based on index */
+#if 0 /* unused function */
 static
 int
 cmpindex( const void * a, const void * b )
(Continue reading)


Gmane