Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
30610402
Commit
30610402
authored
18 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
define out some debugging stuff.
parent
eb8d6673
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zmapGFF/zmapGFF2parser.c
+10
-2
10 additions, 2 deletions
src/zmapGFF/zmapGFF2parser.c
with
10 additions
and
2 deletions
src/zmapGFF/zmapGFF2parser.c
+
10
−
2
View file @
30610402
...
...
@@ -26,9 +26,9 @@
*
* Exported functions: See ZMap/zmapGFF.h
* HISTORY:
* Last edited: Nov
6
1
4:54
2006 (edgrif)
* Last edited: Nov
7
1
3:40
2006 (edgrif)
* Created: Fri May 28 14:25:12 2004 (edgrif)
* CVS info: $Id: zmapGFF2parser.c,v 1.6
1
2006-11-07 1
1:59:40
edgrif Exp $
* CVS info: $Id: zmapGFF2parser.c,v 1.6
2
2006-11-07 1
7: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 */
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment