From 931ef2dc11508e5c5e36e907c5f73d4560504457 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 29 May 2002 19:56:29 +0000 Subject: Don't need to schedule AFTER LocalInterp_UC_Startup anymore. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@27 1c20744c-e24a-42ec-9533-f5004cb800e5 --- schedule.ccl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 08b5f9d..5e5a7bc 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -1,8 +1,7 @@ # Schedule definitions for thorn PUGHInterp # $Header$ -schedule PUGHInterp_Startup at STARTUP after (Driver_Startup \ - LocalInterp_UC_Startup) +schedule PUGHInterp_Startup at STARTUP after Driver_Startup { LANG:C } "PUGHInterp startup routine" -- cgit v1.2.3