Skip to content
Snippets Groups Projects
Commit d07d2b2d authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Somewhat improved diagnostics.

Rev: bin/fake_dynamic_load.pike:1.5
parent da0627c2
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,6 @@ void process_file(string file)
int main(int argc, string *argv)
{
int protos_only;
int run_cpp;
int num_threads=1;
......@@ -394,6 +393,11 @@ int main(int argc, string *argv)
argv=Getopt.get_args(argv,1);
if (!getenv("SRCDIR")) {
werror("$SRCDIR has not been set!\n");
exit(1);
}
if(run_cpp)
{
object f=Stdio.File();
......
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