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