ftp://ftp.jp.xemacs.org/pub/NetBSD/packages/distfiles/xscreensaver-4.15.tar.gz
[xscreensaver] / hacks / apollonian.c
index 4befef4e7de6b512ae92ae68fab3322ca02386e4..838f81fd73c4acf86cd073f06615b020f51be000 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 4 -*- */
 /* apollonian --- Apollonian Circles */
 
-#if !defined( lint ) && !defined( SABER )
+#if 0
 static const char sccsid[] = "@(#)apollonian.c 5.02 2001/07/01 xlockmore";
 #endif
 
@@ -97,8 +97,8 @@ static XrmOptionDescRec opts[] =
 };
 static argtype vars[] =
 {
-       {(caddr_t *) & altgeom, (char *) "altgeom", (char *) "AltGeom", (char *) DEF_ALTGEOM, t_Bool},
-       {(caddr_t *) & label, (char *) "label", (char *) "Label", (char *) DEF_LABEL, t_Bool},
+       {&altgeom, "altgeom", "AltGeom", DEF_ALTGEOM, t_Bool},
+       {&label,   "label",   "Label",   DEF_LABEL,   t_Bool},
 };
 static OptionStruct desc[] =
 {