pseudo-stack no longer checks on every function entry whether it has been

allocated
This commit is contained in:
Jean-Marc Valin 2008-04-18 17:29:56 +10:00
parent ba8295241c
commit f7cec83c59
5 changed files with 14 additions and 5 deletions

View file

@ -149,10 +149,10 @@ static inline void celt_notify(const char *str)
#ifdef __GNUC__
/*#ifdef __GNUC__
#pragma GCC poison printf sprintf
#pragma GCC poison malloc free realloc calloc
#endif
#endif*/
#endif /* OS_SUPPORT_H */