From: Michel L. <wa...@us...> - 2001-09-05 04:01:55
|
Update of /cvsroot/libmpeg2/mpeg2dec/include In directory usw-pr-cvs1:/tmp/cvs-serv22561/include Modified Files: tendra.h Log Message: better TenDRA support Index: tendra.h =================================================================== RCS file: /cvsroot/libmpeg2/mpeg2dec/include/tendra.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- tendra.h 2001/09/04 08:48:09 1.2 +++ tendra.h 2001/09/05 04:01:50 1.3 @@ -21,8 +21,13 @@ #pragma TenDRA begin #pragma TenDRA longlong type warning + +#ifdef TenDRA_check + #pragma TenDRA conversion analysis (pointer-int explicit) off #pragma TenDRA implicit function declaration off /* avoid the "No declarations in translation unit" problem */ int TenDRA; + +#endif /* TenDRA_check */ |