Date: Sat, 12 Oct 2013 03:16:12 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330114 - head/games/xrobots/files Message-ID: <201310120316.r9C3GC5g009535@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: edwin Date: Sat Oct 12 03:16:11 2013 New Revision: 330114 URL: http://svnweb.freebsd.org/changeset/ports/330114 Log: Rename to the right filename. Added: head/games/xrobots/files/patch-xrobots.h - copied unchanged from r330113, head/games/xrobots/files/patch-ab Deleted: head/games/xrobots/files/patch-ab Copied: head/games/xrobots/files/patch-xrobots.h (from r330113, head/games/xrobots/files/patch-ab) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xrobots/files/patch-xrobots.h Sat Oct 12 03:16:11 2013 (r330114, copy of r330113, head/games/xrobots/files/patch-ab) @@ -0,0 +1,14 @@ +*** xrobots.h.orig Fri Nov 17 14:37:40 1989 +--- xrobots.h Mon Jan 2 22:47:56 1995 +*************** +*** 146,154 **** + game_active, + sonic_used; + +- #define MIN(a,b) ((a<b)?a:b) +- #define MAX(a,b) ((a>b)?a:b) +- + #define INXRANGE( _x_ ) (((_x_) >=0) && ((_x_)<MAXX)) + #define INYRANGE( _y_ ) (((_y_) >=0) && ((_y_)<MAXY)) + +--- 146,151 ----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310120316.r9C3GC5g009535>