Ticket #573 (closed patch: fixed)
Netbsd can't compile parrot on alpha platform, due to va_list type confusion
| Reported by: | Infinoid | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | none | Version: | |
| Severity: | medium | Keywords: | alpha va_list netbsd |
| Cc: | Language: | ||
| Patch status: | applied | Platform: | netbsd |
Description
C89 does not guarantee va_list being a pointer type. Apparently on netbsd-alpha, it's actually a struct.
There's at least one place where we try to pass NULL in place of a va_list argument. On netbsd-alpha, this fails to compile.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

