Oops... That was meant for the head.
This commit is contained in:
parent
0919e2346b
commit
d68fdf7187
@ -1,4 +1,4 @@
|
||||
# $NetBSD: genassym.awk,v 1.3 1997/10/04 16:56:49 gwr Exp $
|
||||
# $NetBSD: genassym.awk,v 1.4 1997/11/04 20:45:22 gwr Exp $
|
||||
|
||||
#
|
||||
# Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
@ -86,7 +86,7 @@ BEGIN {
|
||||
next;
|
||||
}
|
||||
|
||||
/^\t\.(long|quad)/ {
|
||||
/^\t\.(long|quad|word)/ {
|
||||
if (!translate)
|
||||
next;
|
||||
printf("%s\n", $2);
|
||||
|
Loading…
Reference in New Issue
Block a user