X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fhypercube.c;h=37ac07455746c27c3387bc670dc6036bcd60230b;hb=258170f6204e23da06f272ffda1f4504b6ae2eaf;hp=c58906e4a1bebaa2d9a8ae987bf4dba966dd99fe;hpb=0a1527cc01e9894017614b7c36b838b2b6914ba9;p=xscreensaver diff --git a/hacks/hypercube.c b/hacks/hypercube.c index c58906e4..37ac0745 100644 --- a/hacks/hypercube.c +++ b/hacks/hypercube.c @@ -174,7 +174,7 @@ hyper (xy, xz, yz, xw, yw, zw) mixing an ANSI compiler with a non-ANSI preprocessor, or vice versa. Regardless, your system is broken; it's not a bug in this program. */ -#if __STDC__ +#if __STDC__ || SVR4 # define rotate(name,dim0,dim1,cos,sin) \ _tmp0_ = ((name##dim0 * cos) + (name##dim1 * sin)); \ _tmp1_ = ((name##dim1 * cos) - (name##dim0 * sin)); \ @@ -229,7 +229,7 @@ char *defaults [] = { "*color3: white", "*color4: green", "*color5: cyan", - "*color6: dodgerblue", + "*color6: blue", "*color7: magenta", "*xw: 0.000",