mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-18 15:11:46 +00:00
Comment out re2c_test::range reference in re2c::Range
This commit is contained in:
parent
1ca2293983
commit
a116c10574
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ private:
|
|||
static void append (Range ** & ptail, uint32_t l, uint32_t u);
|
||||
|
||||
// test addition and subtraction
|
||||
template <uint8_t> friend Range * re2c_test::range (uint32_t n);
|
||||
//template <uint8_t> friend Range * re2c_test::range (uint32_t n);
|
||||
|
||||
FORBID_COPY (Range);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue