This merges both bytecode and the type of the final context
| 17632 | |
| 17633 | // This merges both bytecode and the type of the final context |
| 17634 | void asCCompiler::MergeExprBytecodeAndType(asCExprContext *before, asCExprContext *after) |
| 17635 | { |
| 17636 | MergeExprBytecode(before, after); |
| 17637 | |
| 17638 | before->Merge(after); |
| 17639 | } |
| 17640 | |
| 17641 | void asCCompiler::FilterConst(asCArray<int> &funcs, bool removeConst) |
| 17642 | { |