comparison libmpcodecs/native/xa_gsm_int.h @ 25867:58ff364dc851

Add multiple inclusion guards.
author diego
date Sun, 27 Jan 2008 23:09:03 +0000
parents 3826d2cfa4b0
children 4129c8cfa742
comparison
equal deleted inserted replaced
25866:178006e9ea75 25867:58ff364dc851
19 * Berlin, 15.09.1992 19 * Berlin, 15.09.1992
20 * Jutta Degener 20 * Jutta Degener
21 * Carsten Bormann 21 * Carsten Bormann
22 * 22 *
23 ********************************************************************/ 23 ********************************************************************/
24
25 #ifndef XA_GSM_INT_H
26 #define XA_GSM_INT_H
24 27
25 #include "xa_gsm.h" 28 #include "xa_gsm.h"
26 29
27 30
28 typedef short word; /* 16 bit signed int */ 31 typedef short word; /* 16 bit signed int */
126 129
127 # define GSM_ABS(a) gsm_abs(a) 130 # define GSM_ABS(a) gsm_abs(a)
128 131
129 */ 132 */
130 133
134 #endif /* XA_GSM_INT_H */