diff options
Diffstat (limited to 'colm/compiler.cc')
-rw-r--r-- | colm/compiler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/compiler.cc b/colm/compiler.cc index 2c0d1a0e..8043b45f 100644 --- a/colm/compiler.cc +++ b/colm/compiler.cc @@ -1243,7 +1243,7 @@ PdaRun *Compiler::parsePattern( Program *prg, Tree **sp, const InputLoc &loc, FsmRun *fsmRun = new FsmRun; PdaRun *pdaRun = new PdaRun; - initInputStream( in ); + initStreamImpl( in ); initPdaRun( pdaRun, prg, pdaTables, fsmRun, parserId, 0, false, 0 ); initFsmRun( fsmRun, prg ); |