From 55c4a511be47d16c259623bf0f76ddd0df0a42ac Mon Sep 17 00:00:00 2001 From: cgd Date: Sat, 22 Apr 1995 10:08:46 +0000 Subject: clean up import --- robots/robots.h | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'robots/robots.h') diff --git a/robots/robots.h b/robots/robots.h index 96e9313f..63bf7cd6 100644 --- a/robots/robots.h +++ b/robots/robots.h @@ -1,6 +1,8 @@ +/* $NetBSD: robots.h,v 1.4 1995/04/22 10:09:11 cgd Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -30,8 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)robots.h 5.6 (Berkeley) 2/28/91 - * $Id: robots.h,v 1.3 1993/08/01 18:52:51 mycroft Exp $ + * @(#)robots.h 8.1 (Berkeley) 5/31/93 */ # include @@ -65,13 +66,6 @@ # define HEAP '*' # define PLAYER '@' -/* - * pseudo functions - */ - -# undef CTRL -# define CTRL(X) ((X) - 'A' + 1) - /* * type definitions */ @@ -109,3 +103,7 @@ int cmp_sc(); void move_robots(); COORD *rnd_pos(); + + + + -- cgit v1.2.3