diff src/debug.cc @ 3956:8a5596d6f7c4

[project @ 2002-05-24 05:29:57 by jwe]
author jwe
date Fri, 24 May 2002 05:29:58 +0000
parents 294f13627ee8
children b79da8779a0e
line wrap: on
line diff
--- a/src/debug.cc	Thu May 23 20:28:56 2002 +0000
+++ b/src/debug.cc	Fri May 24 05:29:58 2002 +0000
@@ -52,7 +52,7 @@
 static octave_user_function *
 get_user_function (std::string str = "")
 {
-  octave_user_function *dbg_fcn = NULL;
+  octave_user_function *dbg_fcn = 0;
 
   if (str.compare (""))
     {