Merge from vendor branch TNF:
[pkgsrc.git] / lang / elk / patches / patch-aj
1 $NetBSD$
2
3 Avoid conflicts with the definition in <sys/param.h>
4
5 --- src/main.c  1999/08/17 08:01:56     1.1
6 +++ src/main.c  1999/08/17 08:02:42
7 @@ -196,7 +196,7 @@
8  
9      stkbase = &foo;
10      Stack_Grows_Down = Check_Stack_Grows_Down ();
11 -    ALIGN(stkbase);
12 +    ELK_ALIGN(stkbase);
13      Make_Heap (heap);
14      Init_Everything ();
15  #ifdef ATEXIT