From 6c0e5139068b8e92a10445b7e19f4878443ade03 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 26 Apr 2013 15:30:44 +0200 Subject: added Gesa's alternative source syntax features --- decoder/cdec_ff.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'decoder/cdec_ff.cc') diff --git a/decoder/cdec_ff.cc b/decoder/cdec_ff.cc index d1e326fe..186c4de3 100644 --- a/decoder/cdec_ff.cc +++ b/decoder/cdec_ff.cc @@ -19,6 +19,8 @@ #include "ff_source_path.h" #include "ff_source_syntax.h" #include "ff_source_syntax_p.h" +#include "ff_source_syntax2.h" +#include "ff_source_syntax2_p.h" #include "ff_parse_match.h" #include "ff_register.h" #include "ff_charset.h" @@ -56,6 +58,7 @@ void register_feature_functions() { ff_registry.Register("SoftSyntcticFeatures2", new FFFactory); ff_registry.Register("SourceSyntaxFeatures", new FFFactory); //ff_registry.Register("PSourceSyntaxFeatures", new FFFactory); + ff_registry.Register("SourceSyntaxFeatures2", new FFFactory); ff_registry.Register("ParseMatchFeatures", new FFFactory); ff_registry.Register("SourceSpanSizeFeatures", new FFFactory); //ff_registry.Register("PSourceSpanSizeFeatures", new FFFactory); -- cgit v1.2.3