| commit | f42def2beb3fe2368e1f4ba969858c90986fda02 | [log] [tgz] |
|---|---|---|
| author | Stefano Rivera <stefano.rivera@gmail.com> | Thu Apr 22 17:49:01 2010 -0700 |
| committer | Russ Cox <rsc@swtch.com> | Thu Apr 22 17:49:01 2010 -0700 |
| tree | 20e7f5a5882e5be81627107cd4ce276afd52c803 | |
| parent | 877a726721efdb7a97fd8a6c41ed354d63a16feb [diff] |
re2_arg_test: use a single int64 instead of a union in kSuccessTable. Union only works on little-endian machines. Fixes issue 11. R=rsc CC=re2-dev http://codereview.appspot.com/851047