made to work on system V
authorceriel <none@none>
Mon, 9 Feb 1987 17:00:23 +0000 (17:00 +0000)
committerceriel <none@none>
Mon, 9 Feb 1987 17:00:23 +0000 (17:00 +0000)
lang/cem/ctest/ctinit/init.c

index 48b3779..468c1e1 100644 (file)
@@ -187,7 +187,7 @@ long lo6 = ( 0==1 ? -1L : 1L ) ;
 plong() {
        printf("long\n\n") ;
 
-       printf("lo1\t%D\nlo2\t%D\nlo3\t%D\nlo4\t%D\nlo5\t%D\nlo6\t%D\n\n",
+       printf("lo1\t%ld\nlo2\t%ld\nlo3\t%ld\nlo4\t%ld\nlo5\t%ld\nlo6\t%ld\n\n",
                lo1,lo2,lo3,lo4,lo5,lo6 ) ;
 }