diff options
author | alm <alm@FreeBSD.org> | 1993-08-09 21:34:11 +0000 |
---|---|---|
committer | alm <alm@FreeBSD.org> | 1993-08-09 21:34:11 +0000 |
commit | df01e6297cbffce79110ad69b0a9ca504c1470c0 (patch) | |
tree | c5cdf2f213a43916c4b7a64995da73a45508b29d /bin/ed/Makefile | |
parent | 0b6537436867c0e1f2404951d4633e2b36a2033b (diff) | |
download | FreeBSD-src-df01e6297cbffce79110ad69b0a9ca504c1470c0.zip FreeBSD-src-df01e6297cbffce79110ad69b0a9ca504c1470c0.tar.gz |
added (unsiged) cast to avoid int overflow
removed REGEX directive
Diffstat (limited to 'bin/ed/Makefile')
-rw-r--r-- | bin/ed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile index e247777..5a6a4ea 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 |