summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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();