Quite down some FutureWarnings.

This commit is contained in:
Barry Warsaw 2002-08-28 16:36:11 +00:00
parent ee113f08f8
commit 266e6b1f4b
2 changed files with 6 additions and 6 deletions

View file

@ -39,9 +39,9 @@ x = 0
0xff <> 255
0377 <> 255
2147483647 != 017777777777
-2147483647-1 != 020000000000
037777777777 != -1
0xffffffff != -1
-2147483647-1 != 020000000000L
037777777777L != -1
0xffffffffL != -1
# Long integers
x = 0L