compiler/libInit.cc
changeset 534 a949c4fe44df
parent 532 132d7898a2a1
child 535 a8feb0f47574
--- a/compiler/libInit.cc	Wed Aug 26 23:34:48 2015 +0100
+++ b/compiler/libInit.cc	Sat Aug 29 07:56:14 2015 +0100
@@ -56,9 +56,9 @@
 _PPCMethod_Init(pass,__pRT__,snd);
 _PPCNode_Init(pass,__pRT__,snd);
 _PPCNodeVisitor_Init(pass,__pRT__,snd);
+_PPCPass_Init(pass,__pRT__,snd);
 _PPCPluggableConfiguration_Init(pass,__pRT__,snd);
 _PPCScanner_Init(pass,__pRT__,snd);
-_PPCScannerCodeGenerator_Init(pass,__pRT__,snd);
 _PPCScannerError_Init(pass,__pRT__,snd);
 _PPCScannerResultStrategy_Init(pass,__pRT__,snd);
 _PPCTokenGuard_Init(pass,__pRT__,snd);
@@ -77,6 +77,7 @@
 _PPCAbstractLiteralNode_Init(pass,__pRT__,snd);
 _PPCAbstractPredicateNode_Init(pass,__pRT__,snd);
 _PPCAnyNode_Init(pass,__pRT__,snd);
+_PPCCacheFirstFollowPass_Init(pass,__pRT__,snd);
 _PPCCharacterNode_Init(pass,__pRT__,snd);
 _PPCDelegateNode_Init(pass,__pRT__,snd);
 _PPCDistinctResultStrategy_Init(pass,__pRT__,snd);
@@ -86,9 +87,10 @@
 _PPCListNode_Init(pass,__pRT__,snd);
 _PPCNilNode_Init(pass,__pRT__,snd);
 _PPCNoResultStrategy_Init(pass,__pRT__,snd);
-_PPCPass_Init(pass,__pRT__,snd);
+_PPCPassVisitor_Init(pass,__pRT__,snd);
 _PPCPluggableNode_Init(pass,__pRT__,snd);
 _PPCProfilingContext_Init(pass,__pRT__,snd);
+_PPCScannerCodeGenerator_Init(pass,__pRT__,snd);
 _PPCTokenizingCodeGen_Init(pass,__pRT__,snd);
 _PPCTokenizingConfiguration_Init(pass,__pRT__,snd);
 _PPCUniversalCodeGen_Init(pass,__pRT__,snd);
@@ -102,6 +104,7 @@
 _PPCAbstractActionNode_Init(pass,__pRT__,snd);
 _PPCAndNode_Init(pass,__pRT__,snd);
 _PPCCharSetPredicateNode_Init(pass,__pRT__,snd);
+_PPCCheckingVisitor_Init(pass,__pRT__,snd);
 _PPCChoiceNode_Init(pass,__pRT__,snd);
 _PPCCodeGenerator_Init(pass,__pRT__,snd);
 _PPCEndOfInputNode_Init(pass,__pRT__,snd);