X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=args.h;h=04f2c23518531b4831ed46e31b86baa5925c774b;hb=e54045072f6e157b46a33104b8094cf9857f875d;hp=fb812bad707e15dbd6fed807f618ad53d5f5d712;hpb=f8cc8779bf70f5574ef0d0f32c71fee4c1f276e4;p=xboard.git diff --git a/args.h b/args.h index fb812ba..04f2c23 100644 --- a/args.h +++ b/args.h @@ -585,7 +585,7 @@ ArgDescriptor argDescriptors[] = { { "forceIllegalMoves", ArgTrue, (void *) &appData.forceIllegal, FALSE, INVALID }, { "showTargetSquares", ArgBoolean, (void *) &appData.markers, TRUE, FALSE }, -#ifdef ZIPPY +#if ZIPPY { "zippyTalk", ArgBoolean, (void *) &appData.zippyTalk, FALSE, (ArgIniType) ZIPPY_TALK }, { "zt", ArgTrue, (void *) &appData.zippyTalk, FALSE, INVALID }, { "xzt", ArgFalse, (void *) &appData.zippyTalk, FALSE, INVALID },