Skip to content
Snippets Groups Projects
Commit 768980ba authored by Raymond Toy's avatar Raymond Toy
Browse files

Only set UNIDATA_PATH if it's defined.

parent 1a8aa0f8
No related branches found
No related tags found
No related merge requests found
......@@ -902,9 +902,11 @@ main(int argc, const char *argv[], const char *envp[])
SetSymbolValue(BATCH_MODE, T);
}
#ifdef UNIDATA_PATH
if (unidata) {
SetSymbolValue(UNIDATA_PATH, alloc_string(unidata));
}
#endif
/*
* Pick off sigint until the lisp system gets far enough along to
......
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