aboutsummaryrefslogtreecommitdiff
path: root/grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'grid.h')
-rw-r--r--grid.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/grid.h b/grid.h
index 0116074..217f6da 100644
--- 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: