Skip to content

Commit 94f3773

Browse files
authored
Merge pull request #161 from herwinw/unused_macro_two_to_the_31
Remove unused macro two_to_the_31
2 parents 3206260 + f9ac02d commit 94f3773

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jsrc/verbs/vrand.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ lcg(I n, I* v, I seed) {
4646
#define GBN 56
4747

4848
#define mod_diff(x, y) (((x) - (y)) & 0x7fffffffL) /* difference modulo 2^31 */
49-
#define two_to_the_31 (0x80000000L)
5049

5150
static UI
5251
jtgb_flip_cycle(J jt) {

0 commit comments

Comments
 (0)