libInit.cc
changeset 377 6112a403a52d
parent 376 a2656b27cace
child 421 7e08b31e0dae
--- a/libInit.cc	Fri Oct 03 01:59:10 2014 +0100
+++ b/libInit.cc	Fri Oct 03 02:33:08 2014 +0100
@@ -28,6 +28,8 @@
 OBJ snd; struct __vmData__ *__pRT__; {
 __BEGIN_PACKAGE2__("libstx_goodies_petitparser", _libstx_goodies_petitparser_Init, "stx:goodies/petitparser");
 _PPCharSetPredicate_Init(pass,__pRT__,snd);
+_PPContext_Init(pass,__pRT__,snd);
+_PPContextMemento_Init(pass,__pRT__,snd);
 _PPFailure_Init(pass,__pRT__,snd);
 _PPMemento_Init(pass,__pRT__,snd);
 _PPParser_Init(pass,__pRT__,snd);
@@ -41,6 +43,7 @@
 _PPLiteralParser_Init(pass,__pRT__,snd);
 _PPPluggableParser_Init(pass,__pRT__,snd);
 _PPPredicateParser_Init(pass,__pRT__,snd);
+_PPStartOfLine_Init(pass,__pRT__,snd);
 _PPUnresolvedParser_Init(pass,__pRT__,snd);
 _PPActionParser_Init(pass,__pRT__,snd);
 _PPAndParser_Init(pass,__pRT__,snd);