comparison ps2/mmi.h @ 5200:be79f0a00c10 libavcodec

Remove leading underscores from specifiers, they are reserved.
author diego
date Mon, 02 Jul 2007 17:00:04 +0000
parents c8c591fe26f8
children 1d83e9c34641
comparison
equal deleted inserted replaced
5199:0af35881395e 5200:be79f0a00c10
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef __mmi_H 21 #ifndef MMI_H
22 #define __mmi_H 22 #define MMI_H
23 23
24 #define align16 __attribute__ ((aligned (16))) 24 #define align16 __attribute__ ((aligned (16)))
25 25
26 /* 26 /*
27 #define r0 $zero 27 #define r0 $zero