Opened 16 years ago

Closed 15 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 Changed 16 years ago by Paul Smedley

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...

comment:2 Changed 15 years ago by Paul Smedley

Resolution: wontfix
Status: newclosed

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.