diff src/toplev.cc @ 4238:a5a68c0afe56

[project @ 2002-12-25 21:04:33 by jwe]
author jwe
date Wed, 25 Dec 2002 21:04:34 +0000
parents ccfdb55c8156
children df5f2e433a11
line wrap: on
line diff
--- a/src/toplev.cc
+++ b/src/toplev.cc
@@ -92,6 +92,9 @@
 // Pointer to function that is currently being evaluated.
 octave_user_function *curr_function = 0;
 
+// Pointer to parent function that is currently being evaluated.
+octave_user_function *curr_parent_function = 0;
+
 // Original value of TEXMFDBS environment variable.
 std::string octave_original_texmfdbs;