X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fdemon.c;h=46137d665babf61464dce1ca62d92949e99a3193;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hp=df7ea3e8a501ad1a487a9c09e350c2f86f53b0d8;hpb=a94197e76a5dea5cb60542840809d6c20d0abbf3;p=xscreensaver diff --git a/hacks/demon.c b/hacks/demon.c index df7ea3e8..46137d66 100644 --- a/hacks/demon.c +++ b/hacks/demon.c @@ -1,9 +1,8 @@ /* -*- Mode: C; tab-width: 4 -*- */ /* demon --- David Griffeath's cellular automata */ -#if !defined( lint ) && !defined( SABER ) +#if 0 static const char sccsid[] = "@(#)demon.c 5.00 2000/11/01 xlockmore"; - #endif /*- @@ -83,7 +82,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[] = {