good sw practice

This commit is contained in:
Vitor Santos Costa 2014-02-03 17:03:23 +00:00
parent ed6524470a
commit 819f7ab4a5
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
#ifndef YAP_TERM_CONFIG
#define YAP_TERM_CONFIG 1
/* Define sizes of some basic types */
#undef SIZEOF_INT_P
#undef SIZEOF_INT
@ -7,3 +12,4 @@
#undef SIZEOF_FLOAT
#undef SIZEOF_DOUBLE
#endif