Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-04-18 11:29:56 +0400
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-04-18 11:29:56 +0400
commitf7cec83c59772f18a626ccf2e2fce88bc6500fc5 (patch)
treed59b4c306db1398e33fe27927a710382cc2fb98e /libcelt/os_support.h
parentba8295241c680785c146389869de527b6e3989bf (diff)
pseudo-stack no longer checks on every function entry whether it has been
allocated
Diffstat (limited to 'libcelt/os_support.h')
-rw-r--r--libcelt/os_support.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcelt/os_support.h b/libcelt/os_support.h
index b0916c0..da0bfa0 100644
--- a/libcelt/os_support.h
+++ b/libcelt/os_support.h
@@ -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 */