mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-07 09:01:57 +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);
|
static void append (Range ** & ptail, uint32_t l, uint32_t u);
|
||||||
|
|
||||||
// test addition and subtraction
|
// 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);
|
FORBID_COPY (Range);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue