projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af03c4a
)
Missing grs_add_handler for Perl
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 15 Nov 2002 21:57:41 +0000
(21:57 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 15 Nov 2002 21:57:41 +0000
(21:57 +0000)
recctrl/recgrs.c
patch
|
blob
|
history
diff --git
a/recctrl/recgrs.c
b/recctrl/recgrs.c
index
2ff2c0a
..
0e44cf2
100644
(file)
--- a/
recctrl/recgrs.c
+++ b/
recctrl/recgrs.c
@@
-1,4
+1,4
@@
-/* $Id: recgrs.c,v 1.68 2002-10-08 22:17:44 adam Exp $
+/* $Id: recgrs.c,v 1.69 2002-11-15 21:57:41 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
Index Data Aps
@@
-102,6
+102,9
@@
static void *grs_init(RecType recType)
#if HAVE_EXPAT_H
grs_add_handler (h, recTypeGrs_xml);
#endif
+#if HAVE_PERL
+ grs_add_handler (h, recTypeGrs_perl);
+#endif
return h;
}