Menu

#538 Next char given twice after macro keyword in asm (-g)

open
v1ctor
compiler (247)
2012-10-09
2011-05-06
Matthew
No

'' compile with -g -r
type t: as integer e: end type: dim as t obj

define p (@obj)

print p->e
print p -> e

The last two lines are emitted in comments as:

print p- [Macro Expansion: (@obj) ] ->e

print p [Macro Expansion: (@obj) ] ->e

The character immediately after p is the first time immediately after p, and the second time after the macro expansion. Pretty minor, but may have a simple fix.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB