mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
net/spyc is not looking good :-(
This commit is contained in:
parent
40e7a625ee
commit
a4e16cd2c4
6 changed files with 70 additions and 84 deletions
|
@ -346,7 +346,12 @@ object compile_object(string file) {
|
|||
return rob;
|
||||
}
|
||||
if (abbrev("psyc:", file)) {
|
||||
# ifdef USE_SPYC
|
||||
# echo Using SPYC by default! Yeeha!
|
||||
rob = clone_object(SPYC_PATH "active");
|
||||
# else
|
||||
rob = clone_object(PSYC_PATH "active");
|
||||
# endif
|
||||
D2(if (rob) PP(("NAMED CLONE: %O => %s\n", rob, file));)
|
||||
return rob;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue