aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/Makefile
diff options
context:
space:
mode:
authorAndrew Moore <alm@FreeBSD.org>1993-08-09 21:34:11 +0000
committerAndrew Moore <alm@FreeBSD.org>1993-08-09 21:34:11 +0000
commit5a5100e3af3c9c536472755493a099a0de4c497c (patch)
treec5cdf2f213a43916c4b7a64995da73a45508b29d /bin/ed/Makefile
parenta08d4ed348503917708d0fe6d98112b20c49c201 (diff)
downloadsrc-5a5100e3af3c9c536472755493a099a0de4c497c.tar.gz
src-5a5100e3af3c9c536472755493a099a0de4c497c.zip
added (unsiged) cast to avoid int overflow
removed REGEX directive
Notes
Notes: svn path=/head/; revision=268
Diffstat (limited to 'bin/ed/Makefile')
-rw-r--r--bin/ed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index e247777edace..5a6a4ea4aee8 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -1,5 +1,5 @@
PROG= ed
-CFLAGS+=-DVI_BANG -DGNU_REGEX
+CFLAGS+=-DVI_BANG
SRCS= ed.c re.c buf.c cbc.c
LINKS= ${BINDIR}/ed ${BINDIR}/red
MLINKS= ed.1 red.1