build fix

master
Daniel Kolesa 2017-02-16 20:03:08 +01:00
parent 8343979e03
commit c2a86f1625
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ namespace cscript {
struct cs_ident;
struct cs_value;
using cs_value_r = ostd::IteratorRange<cs_value *>;
using cs_ident_r = ostd::IteratorRange<cs_ident **>;
using cs_const_ident_r = ostd::IteratorRange<cs_ident const **>;
using cs_value_r = ostd::iterator_range<cs_value *>;
using cs_ident_r = ostd::iterator_range<cs_ident **>;
using cs_const_ident_r = ostd::iterator_range<cs_ident const **>;
}
/* configurable section */