aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2002-05-29 19:56:29 +0000
committertradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2002-05-29 19:56:29 +0000
commit931ef2dc11508e5c5e36e907c5f73d4560504457 (patch)
tree85987597ba33eed74bd1230054a9a3cdabdec955 /schedule.ccl
parent7efd66162332aaa0c68bdd8c8e07b1d969bc9040 (diff)
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
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl3
1 files changed, 1 insertions, 2 deletions
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"