Skip to content

Commit

Permalink
Fix 6342: Applying provided patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Fingerling committed Mar 26, 2020
1 parent 8e133c1 commit 323f983
Show file tree
Hide file tree
Showing 4 changed files with 2,885 additions and 2,509 deletions.
4 changes: 2 additions & 2 deletions vhdlparser/CharStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class CharStream {
tokenBegin(0), column(0), line(0), prevCharIsCR(false), prevCharIsLF(false),
available(0), maxNextCharInd(0), inBuf(0), tabSize(1), trackLineColumn(true),
inputStream(nullptr), deleteStream(false) {
ReInit(input_stream, startline, startcolumn, buffersize);
ReInit(input_stream, startline, startcolumn, INITIAL_BUFFER_SIZE);
}

CharStream(ReaderStream *input_stream, int startline, int startcolumn) :
Expand Down Expand Up @@ -268,4 +268,4 @@ class CharStream {
}

#endif
/* JavaCC - OriginalChecksum=c5b4b2e72393f865547f405cc9def169 (do not edit this line) */
/* JavaCC - OriginalChecksum=c036d83020b072972d6b8ef26a294af9 (do not edit this line) */
Loading

0 comments on commit 323f983

Please sign in to comment.