Skip to content
Snippets Groups Projects
Commit c96eaf1d authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Fixed bug in GC_RECURSE and GC_CHECK.

Rev: bin/precompile.pike:1.62
parent 00959893
No related branches found
No related tags found
No related merge requests found
...@@ -1305,8 +1305,8 @@ class ParseBlock ...@@ -1305,8 +1305,8 @@ class ParseBlock
ret=(ret/({"INIT"}))*({PC.Token("PIKE_INTERNAL"),PC.Token("init")}); ret=(ret/({"INIT"}))*({PC.Token("PIKE_INTERNAL"),PC.Token("init")});
ret=(ret/({"EXIT"}))*({PC.Token("PIKE_INTERNAL"),PC.Token("exit")}); ret=(ret/({"EXIT"}))*({PC.Token("PIKE_INTERNAL"),PC.Token("exit")});
ret=(ret/({"GC_RECURSE"}))*({PC.Token("PIKE_INTERNAL"),PC.Token("mark")}); ret=(ret/({"GC_RECURSE"}))*({PC.Token("PIKE_INTERNAL"),PC.Token("gc_recurse")});
ret=(ret/({"GC_CHECK"}))*({PC.Token("PIKE_INTERNAL"),PC.Token("mark")}); ret=(ret/({"GC_CHECK"}))*({PC.Token("PIKE_INTERNAL"),PC.Token("gc_check")});
ret=(ret/({"OPTIMIZE"}))*({PC.Token("PIKE_INTERNAL"),PC.Token("optimize")}); ret=(ret/({"OPTIMIZE"}))*({PC.Token("PIKE_INTERNAL"),PC.Token("optimize")});
x=ret/({"PIKE_INTERNAL"}); x=ret/({"PIKE_INTERNAL"});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment