Opened 18 years ago
Closed 16 years ago
#72 closed task (wontfix)
Function "typeof" used in Alsa code doesn't exist in Watcom
| Reported by: | Yoda | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | AlsaResync |
| Component: | Building | Version: | |
| Severity: | blocker | Keywords: | typeof |
| Cc: | Yoda |
Description
Never versions of Alsa uses the function "typeof" in many places.
This seems to be a builtin function of GCC, which does not exist in
Watcom. We need this function.
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 16 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Closing this for now - the only current hurdle was for the list_for_each_entry macros - Doodle provided a workaround for this that is working nicely.
Note:
See TracTickets
for help on using tickets.

In 1.0.16 at least, typeof is only used in the list_for_each_entry macros - Doodle came up with a workaround for this, see the uniaud32-2.0 branch for details...