mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Comptime updates, start of metaprogramming support
This commit is contained in:
parent
be1c099f19
commit
3bbf2d8313
43 changed files with 1562 additions and 885 deletions
|
@ -91,7 +91,9 @@ int BfSource::AllocChars(int charCount)
|
|||
|
||||
BF_ASSERT(mSourceData->ToParser() != NULL);
|
||||
mSourceData->mSrc = mSrc;
|
||||
}
|
||||
|
||||
HadSrcRealloc();
|
||||
}
|
||||
|
||||
int retVal = mSrcLength;
|
||||
mSrcLength += charCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue