Lots of X fixes.
This commit is contained in:
parent
4af386f434
commit
161060a463
14 changed files with 237 additions and 31 deletions
|
|
@ -10,6 +10,7 @@ enum
|
|||
Arrow3 = 3,
|
||||
};
|
||||
|
||||
/*
|
||||
static
|
||||
int
|
||||
lmin(int a, int b)
|
||||
|
|
@ -18,6 +19,7 @@ lmin(int a, int b)
|
|||
return a;
|
||||
return b;
|
||||
}
|
||||
*/
|
||||
|
||||
static
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue