X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/7c95608a9a2aa26532f12f8ca41bf2aa1402b4e1..2935c7d4977a934c5a447feeab6f8430d385e58e:/grid.h 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: