Oops... That was meant for the head.

This commit is contained in:
gwr 1997-11-04 20:45:22 +00:00
parent 0919e2346b
commit d68fdf7187

View File

@ -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);