lamuguo / re2

Automatically exported from code.google.com/p/re2
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Minor cleanup: return NULL -> return false #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Minor cleanup request:

The function bool DFA::Search(...) returns NULL instead of false in one code 
branch.

Original issue reported on code.google.com by battre@chromium.org on 31 Jul 2012 at 3:40

GoogleCodeExporter commented 9 years ago

Original comment by rsc@golang.org on 10 Jan 2014 at 1:26