diff options
author | dos-reis <gdr@axiomatics.org> | 2013-06-29 19:02:10 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-06-29 19:02:10 +0000 |
commit | 36c7fbf6caaafa553c0c151f4a14fdfe3175c2c6 (patch) | |
tree | a80d7b6868bc51ff51e288be68775ddbeb15d28c /src | |
parent | b70114addd4c3e195c87d44b02d23fef7c75c8e9 (diff) | |
download | open-axiom-36c7fbf6caaafa553c0c151f4a14fdfe3175c2c6.tar.gz |
Do not check for openServer being defined.
Diffstat (limited to 'src')
-rw-r--r-- | src/algebra/Makefile.am | 2 | ||||
-rw-r--r-- | src/algebra/Makefile.in | 2 | ||||
-rw-r--r-- | src/interp/sys-driver.boot | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/algebra/Makefile.am b/src/algebra/Makefile.am index 62706b10..16ca2a68 100644 --- a/src/algebra/Makefile.am +++ b/src/algebra/Makefile.am @@ -2613,4 +2613,4 @@ distclean-local: clean-local # We use `sinclude' instead of `include' so that Automake doesn't get # the idea of wanting to interpret the content of a file that doesn't # exist at the time it is run. -sinclude extract.mk +# sinclude extract.mk diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in index d22c2f50..6278d710 100644 --- a/src/algebra/Makefile.in +++ b/src/algebra/Makefile.in @@ -3460,7 +3460,7 @@ distclean-local: clean-local # We use `sinclude' instead of `include' so that Automake doesn't get # the idea of wanting to interpret the content of a file that doesn't # exist at the time it is run. -sinclude extract.mk +# sinclude extract.mk # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot index 9b5ae5c9..6933a27f 100644 --- a/src/interp/sys-driver.boot +++ b/src/interp/sys-driver.boot @@ -147,7 +147,7 @@ restart() == )if %hasFeature KEYWORD::GCL SYSTEM::GBC_-TIME 0 )endif - if $openServerIfTrue and functionSymbol? "openServer" then + if $openServerIfTrue then os := openServer $SpadServerName if os = 0 then $openServerIfTrue := false |