1
0
mirror of https://github.com/golang/go synced 2024-11-21 22:44:40 -07:00
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
This commit is contained in:
Lucio De Re 2011-07-15 11:51:59 -04:00 committed by Russ Cox
parent 491aa1579d
commit 0490eb60bb
2 changed files with 2 additions and 3 deletions

View 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\

View 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