X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Floop.c;h=a30d3213b36c09384fcb4c7fcb5c339aaa2da6da;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hp=04419801919d5681feb0379b49a574964022e3aa;hpb=a94197e76a5dea5cb60542840809d6c20d0abbf3;p=xscreensaver diff --git a/hacks/loop.c b/hacks/loop.c index 04419801..a30d3213 100644 --- a/hacks/loop.c +++ b/hacks/loop.c @@ -1,9 +1,8 @@ /* -*- Mode: C; tab-width: 4 -*- */ /* loop --- Chris Langton's self-producing loops */ -#if !defined( lint ) && !defined( SABER ) +#if 0 static const char sccsid[] = "@(#)loop.c 5.01 2000/03/15 xlockmore"; - #endif /*- @@ -115,7 +114,7 @@ static XrmOptionDescRec opts[] = static argtype vars[] = { - {(caddr_t *) & neighbors, (char *) "neighbors", (char *) "Neighbors", (char *) DEF_NEIGHBORS, t_Int} + {&neighbors, "neighbors", "Neighbors", DEF_NEIGHBORS, t_Int} }; static OptionStruct desc[] =