[Ltrace-devel] r38 - ltrace/trunk

Paul Gilliam pgilliam-guest at costa.debian.org
Mon Apr 24 16:14:02 UTC 2006


Author: pgilliam-guest
Date: 2006-04-24 16:14:01 +0000 (Mon, 24 Apr 2006)
New Revision: 38

Modified:
   ltrace/trunk/ChangeLog
   ltrace/trunk/summary.c
Log:

Corrects a typo  in summery.c that prevented the inclusion
of "demangle.h" that caused my_demangle() to be undefined.


Modified: ltrace/trunk/ChangeLog
===================================================================
--- ltrace/trunk/ChangeLog	2006-04-07 16:32:06 UTC (rev 37)
+++ ltrace/trunk/ChangeLog	2006-04-24 16:14:01 UTC (rev 38)
@@ -1,3 +1,7 @@
+2006-04-24  Paul Gilliam <pgilliam at us.ibm.com>
+
+	* summery.c: Correct a typo prevented the inclusion of "demangle.h".
+
 2006-03-16  Ian Wienand  <ianw at gelato.unsw.edu.au>
 
 	* testsuite/ltrace.minor/trace-clone.c: use __clone2() for IA64

Modified: ltrace/trunk/summary.c
===================================================================
--- ltrace/trunk/summary.c	2006-04-07 16:32:06 UTC (rev 37)
+++ ltrace/trunk/summary.c	2006-04-24 16:14:01 UTC (rev 38)
@@ -9,7 +9,7 @@
 #include "ltrace.h"
 #include "options.h"
 
-#ifdef USE_DEMANAGE
+#ifdef USE_DEMANGLE
 #include "demangle.h"
 #endif
 




More information about the Ltrace-devel mailing list