Cleanup for GCC 2.

This commit is contained in:
mycroft 1993-04-19 00:03:40 +00:00
parent 59aab5ec38
commit a976caa22e
2 changed files with 2 additions and 2 deletions

View File

@ -721,7 +721,7 @@ format *process_format(table_input &in, options *opt,
free_input_entry_format_list(list);
return 0;
}
format_type t;
entry_format::format_type t;
switch (c) {
case 'n':
case 'N':

View File

@ -7,7 +7,7 @@ PROG= troff
HYPHENDIR= /usr/share/misc
SRCS= column.cc dictionary.cc div.cc env.cc input.cc \
node.cc number.cc reg.cc symbol.cc
LDADD+= $(.CURDIR)/../libgroff/obj/libgroff.a
LDADD+= $(.CURDIR)/../libgroff/obj/libgroff.a -lm
# Delete the -Ig++-include after we fix libg++ and install it
GXXFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../libgroff \
-I$(.CURDIR)/../../../lib/libg++/g++-include \