summaryrefslogtreecommitdiff
path: root/colm/lmparse.kh
diff options
context:
space:
mode:
Diffstat (limited to 'colm/lmparse.kh')
-rw-r--r--colm/lmparse.kh2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/lmparse.kh b/colm/lmparse.kh
index 47678353..0184a76d 100644
--- a/colm/lmparse.kh
+++ b/colm/lmparse.kh
@@ -79,7 +79,7 @@ struct Parser
void addRegularDef( const InputLoc &loc, Namespace *nspace,
const String &name, JoinOrLm *joinOrLm, bool isInstance );
void addProduction( InputLoc &loc, const String &name,
- ProdElList *prodElList, bool commit, CodeBlock *redBlock );
+ ProdElList *prodElList, bool commit, CodeBlock *redBlock, KlangEl *predOf );
/* Report an error encountered by the parser. */
ostream &parse_error( int tokId, Token &token );