Opened 10 years ago

Closed 10 years ago

#2822 closed defect (fixed)

Code generation for function aliases

Reported by: Per Östlund Owned by: Martin Sjölund
Priority: normal Milestone: 1.9.1
Component: MetaModelica Version: trunk
Keywords: Cc:

Description

No code is currently generated for function alises, resulting in undefined references when trying to use something like:

function f
  ...
end f;

function f2 = f;

Change History (1)

comment:1 by Martin Sjölund, 10 years ago

Milestone: Bootstrapping1.9.1
Resolution: fixed
Status: newclosed

Fixed in r22332.

Note: See TracTickets for help on using tickets.