Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/m4 latent strtonum removal.



details:   https://anonhg.NetBSD.org/src/rev/bc204eda8ea8
branches:  trunk
changeset: 335899:bc204eda8ea8
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 29 13:20:51 2015 +0000

description:
latent strtonum removal.

diffstat:

 usr.bin/m4/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 5c2fa6f581d1 -r bc204eda8ea8 usr.bin/m4/Makefile
--- a/usr.bin/m4/Makefile       Thu Jan 29 07:26:02 2015 +0000
+++ b/usr.bin/m4/Makefile       Thu Jan 29 13:20:51 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2011/08/14 12:59:25 christos Exp $
+#      $NetBSD: Makefile,v 1.18 2015/01/29 13:20:51 christos Exp $
 #
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
@@ -8,12 +8,13 @@
 
 PROG=          m4
 CPPFLAGS+=     -DEXTENDED -I${.CURDIR}/lib
+CPPFLAGS+=     -D_OPENBSD_SOURCE
 SRCS=  parser.y tokenizer.l eval.c expr.c look.c main.c misc.c gnum4.c trace.c
 .PATH: ${.CURDIR}/lib
 SRCS+= ohash_create_entry.c ohash_delete.c ohash_do.c ohash_entries.c \
        ohash_enum.c ohash_init.c ohash_int.h ohash_interval.c \
        ohash_lookup_interval.c ohash_lookup_memory.c ohash_qlookup.c \
-       ohash_qlookupi.c strtonum.c
+       ohash_qlookupi.c
 YHEADER=1
 .if (${HOSTPROG:U} == "")
 DPADD+=                ${LIBUTIL} ${LIBL}



Home | Main Index | Thread Index | Old Index