diff options
Diffstat (limited to 'bin/sh/TOUR')
-rw-r--r-- | bin/sh/TOUR | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/sh/TOUR b/bin/sh/TOUR index 4b61bdf..13438b5 100644 --- a/bin/sh/TOUR +++ b/bin/sh/TOUR @@ -33,10 +33,6 @@ programs is: There are undoubtedly too many of these. Mkinit searches all the C source files for entries looking like: - INIT { - x = 1; /* executed during initialization */ - } - RESET { x = 2; /* executed when the shell does a longjmp back to the main command loop */ |