removed // comments and added stack_alloc.h (not used everywhere yet)

to make the code more C89-friendly.
This commit is contained in:
Jean-Marc Valin 2008-02-20 11:59:30 +11:00
parent 2991af5b8e
commit a85657bd29
15 changed files with 224 additions and 107 deletions

View file

@ -47,6 +47,10 @@
#include <math.h>
#include "os_support.h"
#ifndef M_PI
#define M_PI 3.14159263
#endif
void mdct_init(mdct_lookup *l,int N)
{
int i;