From 133643882d315f7e791b593a56e1dc59bc9c5bf4 Mon Sep 17 00:00:00 2001 From: thurston Date: Wed, 24 Oct 2007 17:42:54 +0000 Subject: [PATCH] Added comment. git-svn-id: http://svn.complang.org/ragel/trunk@325 052ea7fc-9027-0410-9066-f65837a77df0 --- ragel/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ragel/main.cpp b/ragel/main.cpp index c6e9059..4520ac0 100644 --- a/ragel/main.cpp +++ b/ragel/main.cpp @@ -663,6 +663,8 @@ int main(int argc, char **argv) char *intermed = openIntermed( inputFileName, outputFileName ); + /* From here on in the cleanExit function should be used to exit. */ + /* Run the frontend, then the backend processes. */ execFrontend( argv[0], inputFileName, intermed ); execBackend( argv[0], intermed, outputFileName ); -- 2.7.4