Skip to content
Snippets Groups Projects
Commit b08da7f3 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Fix for CR bug.

Rev: bin/make_interpret_functions.pike:1.12
parent 1bb1a03c
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,7 @@ int main(int argc, array(string) argv)
string file=argv[1];
mixed x=Stdio.read_file(file);
x -= "\r"; // < 7.6.120 didn't hide \r.
x=Parser.Pike.split(x);
x=Parser.Pike.tokenize(x,file);
x=Parser.Pike.hide_whitespaces(x);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment