4bc80e7c50
ncc is a compiler that produces program analysis information. ncc is a decent replacement of cflow and cscope able to analyze any program using the gcc compiler. The program also includes a graphical call-graph navigator and source browser which is extremely practical for hacking and comprehending large projects.
13 lines
345 B
Text
13 lines
345 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2008/10/20 07:52:26 wiz Exp $
|
|
|
|
--- dbstree.h.orig 2006-07-09 14:05:58.000000000 +0000
|
|
+++ dbstree.h
|
|
@@ -3,7 +3,7 @@
|
|
Check dbstree.tex for info.
|
|
******************************************************************************/
|
|
|
|
-#include <alloca.h>
|
|
+#include "config.h"
|
|
#ifndef HAVE_DBSTREE
|
|
#define HAVE_DBSTREE
|
|
|