From 30610402a44aedafdf0a4739fa086a0e69b582de Mon Sep 17 00:00:00 2001 From: edgrif <edgrif> Date: Tue, 7 Nov 2006 17:02:23 +0000 Subject: [PATCH] define out some debugging stuff. --- src/zmapGFF/zmapGFF2parser.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/zmapGFF/zmapGFF2parser.c b/src/zmapGFF/zmapGFF2parser.c index 93459e71d..55ebaca16 100755 --- a/src/zmapGFF/zmapGFF2parser.c +++ b/src/zmapGFF/zmapGFF2parser.c @@ -26,9 +26,9 @@ * * Exported functions: See ZMap/zmapGFF.h * HISTORY: - * Last edited: Nov 6 14:54 2006 (edgrif) + * Last edited: Nov 7 13:40 2006 (edgrif) * Created: Fri May 28 14:25:12 2004 (edgrif) - * CVS info: $Id: zmapGFF2parser.c,v 1.61 2006-11-07 11:59:40 edgrif Exp $ + * CVS info: $Id: zmapGFF2parser.c,v 1.62 2006-11-07 17:02:23 edgrif Exp $ *------------------------------------------------------------------- */ @@ -83,7 +83,11 @@ static void printSource(GQuark key_id, gpointer data, gpointer user_data) ; static gboolean loadGaps(char *currentPos, GArray *gaps); + +#ifdef ED_G_NEVER_INCLUDE_THIS_CODE static int sortGapsByTarget(gconstpointer a, gconstpointer b); +#endif /* ED_G_NEVER_INCLUDE_THIS_CODE */ + static void initSources(GData **datalist, GList *sources); @@ -1652,6 +1656,8 @@ static void destroyFeatureArray(gpointer data) } + +#ifdef ED_G_NEVER_INCLUDE_THIS_CODE static void stylePrintCB(gpointer data, gpointer user_data) { ZMapFeatureTypeStyle style = (ZMapFeatureTypeStyle)data ; @@ -1660,4 +1666,6 @@ static void stylePrintCB(gpointer data, gpointer user_data) return ; } +#endif /* ED_G_NEVER_INCLUDE_THIS_CODE */ + -- GitLab