Added comment.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 24 Oct 2007 17:42:54 +0000 (17:42 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 24 Oct 2007 17:42:54 +0000 (17:42 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@325 052ea7fc-9027-0410-9066-f65837a77df0

ragel/main.cpp

index c6e9059..4520ac0 100644 (file)
@@ -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 );