# HG changeset patch # User Ryan C. Gordon # Date 1002224153 0 # Node ID dd95a12539fdbedb8824bdd6695c5418ac450012 # Parent 7cd718877f3fb4f5914e5c0164c420aec8cf9c7a Changed an #if defined to #ifdef, for consistency with the other decoders. diff -r 7cd718877f3f -r dd95a12539fd decoders/shn.c --- a/decoders/shn.c Thu Oct 04 01:22:03 2001 +0000 +++ b/decoders/shn.c Thu Oct 04 19:35:53 2001 +0000 @@ -45,7 +45,7 @@ # include #endif -#if (defined SOUND_SUPPORTS_SHN) +#ifdef SOUND_SUPPORTS_SHN #include #include diff -r 7cd718877f3f -r dd95a12539fd decoders/voc.c --- a/decoders/voc.c Thu Oct 04 01:22:03 2001 +0000 +++ b/decoders/voc.c Thu Oct 04 19:35:53 2001 +0000 @@ -41,7 +41,7 @@ # include #endif -#if (defined SOUND_SUPPORTS_VOC) +#ifdef SOUND_SUPPORTS_VOC #include #include