From fde9260a842114ae27a99f7de23c9a46b79eccf4 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 20 Sep 2008 17:54:46 +0000 Subject: * include/cfuns.h (oa_dirname): Declare. * lib/cfuns-c.c (openaxiom_is_path_separator): New. (oa_dirname): Define. (writeablep): Use it. * algebra/fname.spad.pamphlet (writable?$FileName): Tidy. --- src/interp/osyscmd.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp/osyscmd.boot') diff --git a/src/interp/osyscmd.boot b/src/interp/osyscmd.boot index 68a0eac9..264bc3e2 100644 --- a/src/interp/osyscmd.boot +++ b/src/interp/osyscmd.boot @@ -38,7 +38,7 @@ namespace BOOT InterpExecuteSpadSystemCommand string == CATCH($intCoerceFailure, - CATCH($intSpadReader, ExecuteInterpSystemCommand string) ) + CATCH($SpadReaderTag, ExecuteInterpSystemCommand string) ) ExecuteInterpSystemCommand string == string := intProcessSynonyms(string) -- cgit v1.2.3