Module Name:    src
Committed By:   christos
Date:           Thu Jan 29 13:20:51 UTC 2015

Modified Files:
        src/usr.bin/m4: Makefile

Log Message:
latent strtonum removal.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/m4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/m4/Makefile
diff -u src/usr.bin/m4/Makefile:1.17 src/usr.bin/m4/Makefile:1.18
--- src/usr.bin/m4/Makefile:1.17	Sun Aug 14 08:59:25 2011
+++ src/usr.bin/m4/Makefile	Thu Jan 29 08:20:51 2015
@@ -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}

Reply via email to