Use long, not int when casting pointers and storing as integers.
authormillert <millert@openbsd.org>
Sun, 6 Apr 1997 06:31:45 +0000 (06:31 +0000)
committermillert <millert@openbsd.org>
Sun, 6 Apr 1997 06:31:45 +0000 (06:31 +0000)
commit696ad2caeee50cabfdbdf65c6cfb41aa532b7dca
treec71a8664e234e62187eb66851e9c4400716311b9
parentbfbe10c70dedb42cd33eeb52cac31dabaa173b34
Use long, not int when casting pointers and storing as integers.
Now compiles on alpha w/o warnings.
usr.bin/awk/awk.h
usr.bin/awk/awkgram.y
usr.bin/awk/b.c
usr.bin/awk/lexyy.c
usr.bin/awk/run.c