# HG changeset patch # User jwe # Date 1037202215 0 # Node ID b75f74a769410da8c161e3129d8cf5173f5d006b # Parent 34ef135b29faf1644de310a7e897ba43933e1b6b [project @ 2002-11-13 15:43:35 by jwe] diff --git a/doc/interpreter/munge-texi.cc b/doc/interpreter/munge-texi.cc --- a/doc/interpreter/munge-texi.cc +++ b/doc/interpreter/munge-texi.cc @@ -36,8 +36,7 @@ #include -static map help_text - = map (); +static std::map help_text; #else diff --git a/doc/interpreter/octave.texi b/doc/interpreter/octave.texi --- a/doc/interpreter/octave.texi +++ b/doc/interpreter/octave.texi @@ -131,6 +131,7 @@ * Statements:: Looping and program flow control. * Functions and Scripts:: * Error Handling:: +* Debugging:: * Input and Output:: * Plotting:: * Matrix Manipulation:: @@ -308,6 +309,10 @@ * Dynamically Linked Functions:: * Organization of Functions:: +Error Handling + +Debugging + Input and Output * Basic Input and Output::