declare the keywords structure 'extern' in keywords.h, to avoid a common defn.
This commit is contained in:
parent
af2691cdb5
commit
d9842e70b9
@ -1,8 +1,8 @@
|
|||||||
/* $NetBSD: keywords.h,v 1.2 1996/11/15 18:45:23 gwr Exp $ */
|
/* $NetBSD: keywords.h,v 1.3 1996/12/16 19:53:02 cgd Exp $ */
|
||||||
|
|
||||||
/* WARNING! This file was generated by keywords.sh */
|
/* WARNING! This file was generated by keywords.sh */
|
||||||
|
|
||||||
struct keytab {
|
extern struct keytab {
|
||||||
char *kt_cp;
|
char *kt_cp;
|
||||||
int kt_i;
|
int kt_i;
|
||||||
} keywords[];
|
} keywords[];
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: keywords.sh,v 1.2 1996/11/15 18:57:21 gwr Exp $
|
# $NetBSD: keywords.sh,v 1.3 1996/12/16 19:53:03 cgd Exp $
|
||||||
# @(#)keywords 8.2 (Berkeley) 3/19/94
|
# @(#)keywords 8.2 (Berkeley) 3/19/94
|
||||||
#
|
#
|
||||||
# WARNING! If you change this file, re-run it!
|
# WARNING! If you change this file, re-run it!
|
||||||
@ -75,7 +75,7 @@ echo '/* $'NetBSD'$ */
|
|||||||
|
|
||||||
/* WARNING! This file was generated by keywords.sh */
|
/* WARNING! This file was generated by keywords.sh */
|
||||||
|
|
||||||
struct keytab {
|
extern struct keytab {
|
||||||
char *kt_cp;
|
char *kt_cp;
|
||||||
int kt_i;
|
int kt_i;
|
||||||
} keywords[];
|
} keywords[];
|
||||||
|
Loading…
Reference in New Issue
Block a user