diff i386/cputest.c @ 5114:85b8ce118098 libavcodec

Preprocessor #defines starting with __ are reserved for the system.
author diego
date Thu, 07 Jun 2007 17:19:37 +0000
parents f1bfd716d347
children 7ba06222bda7
line wrap: on
line diff
--- a/i386/cputest.c	Thu Jun 07 17:18:01 2007 +0000
+++ b/i386/cputest.c	Thu Jun 07 17:19:37 2007 +0000
@@ -119,7 +119,7 @@
     return rval;
 }
 
-#ifdef __TEST__
+#ifdef TEST
 int main ( void )
 {
   int mm_flags;