]> Cypherpunks repositories - gostls13.git/commitdiff
8l: nits
authorLucio De Re <lucio.dere@gmail.com>
Fri, 15 Jul 2011 15:51:59 +0000 (11:51 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 15 Jul 2011 15:51:59 +0000 (11:51 -0400)
8l/Makefile:
. Dropped unnecessary prefix from "../8l/8.out.h"

8l/l.h:
. Dropped unnecessary prefix from "../8l/8.out.h"
. Dropped unused and inconsistent "I" vararg pragma.

R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/4754041

src/cmd/8l/Makefile
src/cmd/8l/l.h

index a85e3ffa7c1cea8ba5a54b0b13226a85f7bdcb11..7d34e1704934bfcdd8a3c7bbe27d73e2df3d505a 100644 (file)
@@ -31,7 +31,7 @@ OFILES=\
 
 HFILES=\
        l.h\
-       ../8l/8.out.h\
+       8.out.h\
        ../ld/dwarf.h\
        ../ld/elf.h\
        ../ld/macho.h\
index 7e7cd5d63bb7794dc559718de2e160545e81e2cc..65bee19737e283227ba972b4e565f5d8774cce4e 100644 (file)
@@ -31,7 +31,7 @@
 #include       <u.h>
 #include       <libc.h>
 #include       <bio.h>
-#include       "../8l/8.out.h"
+#include       "8.out.h"
 
 #ifndef        EXTERN
 #define        EXTERN  extern
@@ -262,7 +262,6 @@ EXTERN union
 
 #pragma        varargck        type    "A"     int
 #pragma        varargck        type    "D"     Adr*
-#pragma        varargck        type    "I"     int
 #pragma        varargck        type    "I"     uchar*
 #pragma        varargck        type    "P"     Prog*
 #pragma        varargck        type    "R"     int