Move a line that got out of place.
This commit is contained in:
parent
8a8770375e
commit
61031ce55c
1 changed files with 1 additions and 1 deletions
2
misc.c
2
misc.c
|
@ -757,7 +757,6 @@ long TSTBIT;
|
||||||
|
|
||||||
|
|
||||||
#define TSTBIT(MASK,BIT) fTSTBIT(MASK,BIT)
|
#define TSTBIT(MASK,BIT) fTSTBIT(MASK,BIT)
|
||||||
#undef RNDVOC
|
|
||||||
|
|
||||||
void set_seed_from_time(void)
|
void set_seed_from_time(void)
|
||||||
{
|
{
|
||||||
|
@ -783,6 +782,7 @@ long randrange(long range)
|
||||||
return(result);
|
return(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#undef RNDVOC
|
||||||
long fRNDVOC(long CHAR, long FORCE) {
|
long fRNDVOC(long CHAR, long FORCE) {
|
||||||
long DIV, I, J, RNDVOC;
|
long DIV, I, J, RNDVOC;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue