Remove U suffix from constants for K&R compilers.
[deliverable/binutils-gdb.git] / bfd / peicode.h
index 7238c7802e8ed0cb47f1350df0c00aa49f042702..1c58ad0800c4f5599e92fd09f02e742a9a8c3cae 100644 (file)
@@ -905,8 +905,8 @@ pe_ILF_build_a_bfd (bfd *           abfd,
        /* XXX - treat as IMPORT_NAME ??? */
        abort ();
       
-      * (unsigned int *) id4->contents = ordinal | 0x80000000UL;
-      * (unsigned int *) id5->contents = ordinal | 0x80000000UL;
+      * (unsigned int *) id4->contents = ordinal | 0x80000000;
+      * (unsigned int *) id5->contents = ordinal | 0x80000000;
     }
   else
     {
This page took 0.027091 seconds and 4 git commands to generate.