]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/long_long.c
import gdb-1999-08-09 snapshot
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / long_long.c
index a76e2792ab22338643e9fecbdd1674c73ce5376c..04fba92897e63b2dcc8f50f4123faf93801c778e 100644 (file)
@@ -31,7 +31,7 @@ int known_types()
     */
    bin = 0x123456789abcdefLL; /* 64 bits = 16 hex digits */
    oct = 01234567123456701234567LL; /*  = 21+ octal digits */
-   dec = 12345678901234567890LL;    /*  = 19+ decimal digits */
+   dec = 12345678901234567890ULL;    /*  = 19+ decimal digits */
 
    /* Stop here and look!
     */