[vorbis-dev] added check/define for int64_t
Monty
xiphmont at xiph.org
Mon Aug 28 02:00:05 PDT 2000
> Additionally, lib/block.c needs #include <alloca.h> on Solaris platforms
> to correctly prototype alloca(2). There seems to be a -DUSE_ALLOCA_H
> already, so it seems that
>
> #if USE_ALLOC_A
> #include <alloca.h>
> #endif
>
> is simply missing from lib/block.c.
All #ifdefs belong in the the #ifdef jail in os.h. That particular block is
*already there* (and anyone caught duplicating #ifdef trees in numerous C
modules will be publicly labelled 'very silly indeed' ;-). block.c needs to
include os.h, not an ifdef.
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
More information about the Vorbis-dev
mailing list