aboutsummaryrefslogtreecommitdiff
path: root/src/driver/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/utils.h')
-rw-r--r--src/driver/utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/driver/utils.h b/src/driver/utils.h
index 70b5bb85..10f47f79 100644
--- a/src/driver/utils.h
+++ b/src/driver/utils.h
@@ -55,7 +55,8 @@ namespace OpenAxiom {
script_driver, // start the core system in script mode.
compiler_driver, // start the core system in compiler mode.
execute_driver, // Execute a command.
- alien_driver // Alien driver.
+ translator_driver, // Start the core system in translator mode.
+ linker_driver // start the core system in linking mode.
};
// A list of runtime support systems for OpenAxiom.