Build Fix -- compatibility issue with newer autoconf
[sxemacs] / src / ent / ent-ecm.h
1 #ifndef INCLUDED_number_ecm_h_
2 #define INCLUDED_number_ecm_h_
3
4 #ifdef UNO
5 /* Uno complains about several inline functions that include conditions with
6    assignments and side effects if we don't do this */
7 #undef __GNUC__
8 #endif
9
10 #include "ecm.h"
11
12
13 extern void init_number_ecm(void);
14
15 \f
16 /********************************* ECM **************************************/
17
18
19 #endif /* INCLUDED_number_ecm_h_ */