diff options
Diffstat (limited to 'src/commentcnv.l')
-rw-r--r-- | src/commentcnv.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentcnv.l b/src/commentcnv.l index 5b521ef..f3367a4 100644 --- a/src/commentcnv.l +++ b/src/commentcnv.l @@ -729,7 +729,7 @@ MAILADR ("mailto:")?[a-z_A-Z0-9.+-]+"@"[a-z_A-Z0-9-]+("."[a-z_A-Z0-9\-]+)+[a-z BEGIN(Scan); } <ReadLine>"/**" { - copyToOutput("/‍**",8); + copyToOutput(yyscanner,"/‍**",8); } <ReadLine>"*/" { copyToOutput(yyscanner,"*‍/",7); |