Skip to content

Builtin macros destroy ?a #631

@tueda

Description

@tueda

Using builtin macros cause argument field wildcards in procedures to become undefined if they are named ?a:

#procedure foo(?a)
  #message `toupper_(abc)'
  #message `?a'
#endprocedure

#call foo(1,2,3)
.end
~~~ABC
foo Line 3 ==> Undefined preprocessor variable ?a

Workaround: Use ?b etc. instead when defining procedures.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions