Browse Source
The length of an atom string cannot be negative. So make it explicit and declare it as an unsigned value. The shift width in a mark table node also cannot be negative. I'm also moving it to after the pointer arrays to prevent any possible alignment problems on a 64 bit system. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>maint
![spearce@spearce.org](/assets/img/avatar_default.png)
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue