Mercurial > audlegacy
diff src/audacious/tuple_compiler.c @ 3792:f31e93cd8f2f
Make some #defines private.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Fri, 19 Oct 2007 12:12:03 +0300 |
| parents | 0f5fecede1c6 |
| children | db6cb4048a74 |
line wrap: on
line diff
--- a/src/audacious/tuple_compiler.c Fri Oct 19 02:37:01 2007 -0500 +++ b/src/audacious/tuple_compiler.c Fri Oct 19 12:12:03 2007 +0300 @@ -33,6 +33,10 @@ #include <stdarg.h> #include "tuple_compiler.h" +#define MAX_STR (256) +#define MIN_ALLOC_NODES (8) +#define MIN_ALLOC_BUF (64) + void tuple_error(const char *fmt, ...) {
