comparison internal.h @ 637:683a6dbdd2b2 libavutil

spelling/grammar/consistency review part III
author diego
date Wed, 28 Jan 2009 23:16:49 +0000
parents c04808220c83
children 19d5f5c17725
comparison
equal deleted inserted replaced
636:c04808220c83 637:683a6dbdd2b2
216 (a)=(b);\ 216 (a)=(b);\
217 (c)=(d);\ 217 (c)=(d);\
218 } 218 }
219 #endif 219 #endif
220 220
221 /* avoid usage of various functions */ 221 /* avoid usage of dangerous/inappropriate system functions */
222 #undef malloc 222 #undef malloc
223 #define malloc please_use_av_malloc 223 #define malloc please_use_av_malloc
224 #undef free 224 #undef free
225 #define free please_use_av_free 225 #define free please_use_av_free
226 #undef realloc 226 #undef realloc