mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'jsoref/spelling-src'
* jsoref/spelling-src: Spelling src
This commit is contained in:
commit
2739275b88
190 changed files with 439 additions and 433 deletions
|
@ -1090,7 +1090,7 @@ string CPPCompile::GenAssign(const ExprPtr& lhs, const ExprPtr& rhs, const strin
|
|||
return GenListAssign(lhs, rhs);
|
||||
|
||||
default:
|
||||
reporter->InternalError("bad assigment node in CPPCompile::GenExpr");
|
||||
reporter->InternalError("bad assignment node in CPPCompile::GenExpr");
|
||||
return "XXX";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue