summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-04-18 00:31:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-04-18 00:31:49 (GMT)
commitef29fbc801e23f547b9ee7666b713bcf32d7e787 (patch)
treefb7466a56e2246c53a51d0475c1b5fc70ef3b8f9 /src/main.c
parent49468379e912806400c5874f8e359cb934516228 (diff)
Improved the Itanium demangler.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@152 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 3c22711..f927563 100644
--- a/src/main.c
+++ b/src/main.c
@@ -40,6 +40,10 @@
/////void test_gdb(void);
+
+//extern test_itanium_demangling(name_demangler *);
+
+
/******************************************************************************
* *
* Paramètres : argc = nombre d'arguments dans la ligne de commande. *
@@ -104,6 +108,9 @@ int main(int argc, char **argv)
/* Création de l'interface */
+ //test_itanium_demangling(get_demangler_by_type(DGT_ITANIUM));
+ //exit(-1);
+
init_internal_panels();
editor = create_editor();