src/hg/overlapSelect/selectTable.c 1.31
1.31 2009/07/31 18:09:24 markd
added rcsids
Index: src/hg/overlapSelect/selectTable.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/overlapSelect/selectTable.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -b -B -U 4 -r1.30 -r1.31
--- src/hg/overlapSelect/selectTable.c 14 Jan 2009 18:43:35 -0000 1.30
+++ src/hg/overlapSelect/selectTable.c 31 Jul 2009 18:09:24 -0000 1.31
@@ -8,8 +8,10 @@
#include "chromAnn.h"
#include "chromAnnMap.h"
#include "verbose.h"
+static char const rcsid[] = "$Id$";
+
static struct chromAnnMap* selectMap = NULL; // select object map
static void selectMapEnsure()
/* create select map if it doesn't exist */