aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 08b5f9d91eac9d603df3aee4fe111952f3c61570 (plain)
1
2
3
4
5
6
7
8
# Schedule definitions for thorn PUGHInterp
# $Header$

schedule PUGHInterp_Startup at STARTUP after (Driver_Startup                  \
                                              LocalInterp_UC_Startup)
{
  LANG:C
} "PUGHInterp startup routine"