Index: move.h =================================================================== --- move.h (revision 13325) +++ move.h (revision 13326) @@ -29,9 +29,7 @@ #include "config.h" -/* --------------------------------------------------------------------------- - * some useful transformation macros and constants - */ +/*** Transformation macros and constants ***/ #define PCB_MOVE(xs,ys,deltax,deltay) \ { \ ((xs) += (deltax)); \