diff options
Diffstat (limited to 'drivers/nrex/nrex.hpp')
-rw-r--r-- | drivers/nrex/nrex.hpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/nrex/nrex.hpp b/drivers/nrex/nrex.hpp index 44e950c517..d30b7d0102 100644 --- a/drivers/nrex/nrex.hpp +++ b/drivers/nrex/nrex.hpp @@ -1,7 +1,7 @@ // NREX: Node RegEx -// Version 0.1 +// Version 0.2 // -// Copyright (c) 2015, Zher Huei Lee +// Copyright (c) 2015-2016, Zher Huei Lee // All rights reserved. // // This software is provided 'as-is', without any express or implied @@ -57,7 +57,8 @@ class nrex_node; class nrex { private: - int _capturing; + unsigned int _capturing; + unsigned int _lookahead_depth; nrex_node* _root; public: |