Skip to content
Snippets Groups Projects
Commit cc0bf118 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix for #if constant() in master.pike

Rev: src/dumpmaster.pike:1.2
parent e27a8268
No related branches found
No related tags found
No related merge requests found
...@@ -24,3 +24,6 @@ void _main(string *argv, string *env) ...@@ -24,3 +24,6 @@ void _main(string *argv, string *env)
_static_modules.files()->Fd(argv[-1] + ".o","wct")->write(s); _static_modules.files()->Fd(argv[-1] + ".o","wct")->write(s);
exit(0); exit(0);
} }
mixed resolv() { return ([])[0]; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment