summaryrefslogtreecommitdiff
path: root/tools/d2c/qckcall.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-29 11:37:13 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-29 11:37:13 (GMT)
commit38e455ebbbbf90ddbf552f95a1dfb3c544907587 (patch)
treec6e2a4763baef01c87dd0954116fb2c457e10c23 /tools/d2c/qckcall.c
parent8c71b36d401b2473342daddcb9b7eb4b83ba3295 (diff)
Reduced once again the size of the main instruction structure.
Diffstat (limited to 'tools/d2c/qckcall.c')
-rw-r--r--tools/d2c/qckcall.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/d2c/qckcall.c b/tools/d2c/qckcall.c
index aa066c4..34c810e 100644
--- a/tools/d2c/qckcall.c
+++ b/tools/d2c/qckcall.c
@@ -34,11 +34,6 @@
-/* Prépare au besoin la définition d'une macro de transtypage. */
-static char *build_cast_if_needed(const char *);
-
-
-
/******************************************************************************
* *
* Paramètres : callee = fonction appelée à nommer. *
@@ -51,7 +46,7 @@ static char *build_cast_if_needed(const char *);
* *
******************************************************************************/
-static char *build_cast_if_needed(const char *callee)
+char *build_cast_if_needed(const char *callee)
{
char *result; /* Macro à retourner */
regex_t preg; /* Expression régulière */