analyse: move arg enum closer to usage site
This commit is contained in:
parent
141acdc600
commit
93343f3ffb
@ -19,18 +19,6 @@
|
|||||||
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
enum {
|
|
||||||
ARG_SELF,
|
|
||||||
ARG_BITS,
|
|
||||||
ARG_WINDOW,
|
|
||||||
ARGS_MINIMUM,
|
|
||||||
ARGS_INPUT,
|
|
||||||
|
|
||||||
NUM_ARGS,
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
static
|
static
|
||||||
std::strong_ordering
|
std::strong_ordering
|
||||||
region_ordering (
|
region_ordering (
|
||||||
@ -65,6 +53,18 @@ static bool region_equal (emory::chunk::region const &a, emory::chunk::region co
|
|||||||
//}
|
//}
|
||||||
|
|
||||||
|
|
||||||
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
enum {
|
||||||
|
ARG_SELF,
|
||||||
|
ARG_BITS,
|
||||||
|
ARG_WINDOW,
|
||||||
|
ARGS_MINIMUM,
|
||||||
|
ARGS_INPUT,
|
||||||
|
|
||||||
|
NUM_ARGS,
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
int main (int argc, char const **argv)
|
int main (int argc, char const **argv)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user