Skip to content
Snippets Groups Projects
Closed comments in macro processor are interpreted by macroprocessor
  • View options
  • comments in macro processor are interpreted by macroprocessor

  • View options
  • Closed Issue created by Houtan Bastani

    a .mod file with the lines

    @#define x = 1
    @{x}//@{x}
    @{x}/*@{x}
    */

    results in the macro expanded .mod file

    1//1
    1/*1
    */

    It should be

    1//@{x}
    1/*@{x}
    */

    Linked items ... 0

  • Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first
    Loading Loading Loading Loading Loading Loading Loading Loading Loading Loading