[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Minor patch: Missing mkstemp declaration in groff 1.17.2 (now missin
From: |
Ralph Corderoy |
Subject: |
Re: Minor patch: Missing mkstemp declaration in groff 1.17.2 (now missing declaration for va_list and issues make vs. gmake) |
Date: |
20 Feb 2002 21:36:49 GMT |
Hi Phil,
> "pic.y", line 130: warning: redeclaration of precedence of UP.
> "pic.y", line 131: warning: redeclaration of precedence of DOWN.
> "pic.y", line 132: warning: redeclaration of precedence of RIGHT.
> "pic.y", line 133: warning: redeclaration of precedence of LEFT.
They seem valid.
% g '%token ' pic.y | sort | uniq -dc
2 %token DOWN
2 %token LEFT
2 %token RIGHT
2 %token UP
Ralph.