Browse thread
va_arg values
-
Bob Matcuk
- Richard Jones
-
Chris King
- Bob Matcuk
- Mattias_Engdegård
- Xavier Leroy
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Mattias_Engdegård <mattias@v...> |
| Subject: | Re: [Caml-list] va_arg values |
>> For >> example, CAMLlocalN(args, n + 1) is invalid because C does not allow >> you to declare dynamic arrays. > >K&R C doesn't, but GCC does. Not just GCC - it's a feature of standard C (C99), so any modern compiler will do.