Skip to content

Commit 2c1cc0b

Browse files
committed
WIP
1 parent 1efe4ad commit 2c1cc0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/parser.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,8 +848,8 @@ static bool directives(parser *p, cell *d)
848848
} else
849849
name = C_STR(p, p1);
850850

851-
if (!strcmp(name, "clpz")) // TO-DO: why?????
852-
p->pl->opt = false;
851+
//if (!strcmp(name, "clpz"))
852+
// p->pl->opt = false;
853853

854854
if (!p->m->make) {
855855
module *tmp_m;

0 commit comments

Comments
 (0)