# HG changeset patch # User Markus Mützel # Date 1706865410 -3600 # Node ID 92e55fcc0c306fd6a616ab54abce8d1190e7104f # Parent cf43680cd2215547a9d3f0afe50eb529e312c815 doc: Avoid using variable in comment before it is used in the code. * examples/code/embedded.cc: Avoid referring to a variable in a comment that is not yet declared at that point in the actual code of the example. diff -r cf43680cd221 -r 92e55fcc0c30 examples/code/embedded.cc --- a/examples/code/embedded.cc Thu Feb 01 23:33:19 2024 -0500 +++ b/examples/code/embedded.cc Fri Feb 02 10:16:50 2024 +0100 @@ -30,7 +30,7 @@ // { // std::cerr << "Octave interpreter initialization failed!" // << std::endl; - // exit (status); + // exit (1); // } // // You may skip this step if you don't need to do anything