there's nothing random about this file, and it upsets me whenever i see it's
name go by, because i panic thinking mg has some stupid random number
generator that hasn't been fixed yet. util.c is a better name.

(and cvs rm/add)

Index: Makefile
===================================================================
RCS file: /cvs/src/usr.bin/mg/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile    17 Mar 2015 18:08:52 -0000      1.30
+++ Makefile    29 Sep 2015 03:22:31 -0000
@@ -14,9 +14,9 @@ CFLAGS+=-Wall -DREGEX
 
 SRCS=  autoexec.c basic.c bell.c buffer.c cinfo.c dir.c display.c \
        echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
-       line.c macro.c main.c match.c modes.c paragraph.c random.c \
+       line.c macro.c main.c match.c modes.c paragraph.c \
        re_search.c region.c search.c spawn.c tty.c ttyio.c ttykbd.c \
-       undo.c version.c window.c word.c yank.c
+       undo.c util.c version.c window.c word.c yank.c
 
 #
 # More or less standalone extensions.

Reply via email to