chiark / gitweb /
How did I manage to check this in without actually trying to build
[sgt-puzzles.git] / grid.h
diff --git a/grid.h b/grid.h
index 0116074ae3f978d4e039e9685a485de7092e2c5f..217f6dac0f07918aa35f820b898384e9288fc995 100644 (file)
--- a/grid.h
+++ b/grid.h
@@ -10,9 +10,7 @@
 #define PUZZLES_GRID_H
 
 /* Useful macros */
-#ifndef SQ
-#  define SQ(x) ( (x) * (x) )
-#endif
+#define SQ(x) ( (x) * (x) )
 
 /* ----------------------------------------------------------------------
  * Grid structures: