summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/code.l')
-rw-r--r--src/code.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/code.l b/src/code.l
index e731392..43011f0 100644
--- a/src/code.l
+++ b/src/code.l
@@ -2595,7 +2595,6 @@ static void codifyLines(yyscan_t yyscanner,const char *text)
{
yyextra->yyLineNr++;
yyextra->yyColNr=1;
- //*(p-1)='\0';
int l = (int)(p-sp-1);
char *tmp = (char*)malloc(l+1);
memcpy(tmp,sp,l);