From e00d1dc8a5dbd8ab410d19b1a24d385f2410ba57 Mon Sep 17 00:00:00 2001
From: Andrew Cagney <cagney@redhat.com>
Date: Sat, 2 Feb 2002 00:56:37 +0000
Subject: s/NO_FUNCTION/NULL/

---
 gdb/tracepoint.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gdb/tracepoint.c')

diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c
index 0ccdf6f3232..12441921427 100644
--- a/gdb/tracepoint.c
+++ b/gdb/tracepoint.c
@@ -2661,7 +2661,7 @@ _initialize_tracepoint (void)
   add_info ("scope", scope_info,
 	    "List the variables local to a scope");
 
-  add_cmd ("tracepoints", class_trace, NO_FUNCTION,
+  add_cmd ("tracepoints", class_trace, NULL,
 	   "Tracing of program execution without stopping the program.",
 	   &cmdlist);
 
-- 
cgit v1.2.1