summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-08-01 12:25:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-08-01 12:25:05 (GMT)
commit8725bd7f911369b04a507040256bf889517b377e (patch)
tree4c40501c0e5163ba5fb30207631f845ff8899df3 /src/main.c
parent290f48b2c2008a3479cd1585eb04b89c5744f034 (diff)
Updated Itanium demangling by using the new contexts.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@177 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 02ea961..e47cd35 100644
--- a/src/main.c
+++ b/src/main.c
@@ -39,7 +39,8 @@
-//extern test_itanium_demangling(name_demangler *);
+#include "format/mangling/demangler.h"
+
/******************************************************************************
@@ -95,7 +96,7 @@ int main(int argc, char **argv)
/* Création de l'interface */
- //test_itanium_demangling(get_demangler_by_type(DGT_ITANIUM));
+ //test_itanium_demangling();
//exit(-1);
init_internal_panels();