X-Git-Url: https://pd.if.org/git/?p=pd_readline;a=blobdiff_plain;f=mg%2Fversion.c;fp=mg%2Fversion.c;h=0000000000000000000000000000000000000000;hp=2dc08cd21dd5fdc3fc4cc02e88a8e61afa03167f;hb=4bb27266f935c9aafad6870ffc8847fc65c8120f;hpb=3f771e17236364ded86e96ee64f99344337991f8 diff --git a/mg/version.c b/mg/version.c deleted file mode 100644 index 2dc08cd..0000000 --- a/mg/version.c +++ /dev/null @@ -1,24 +0,0 @@ -/* $OpenBSD: version.c,v 1.9 2005/06/14 18:14:40 kjell Exp $ */ - -/* This file is in the public domain. */ - -/* - * This file contains the string that gets written - * out by the emacs-version command. - */ - -#include "def.h" - -const char version[] = "Mg 2a"; - -/* - * Display the version. All this does - * is copy the version string onto the echo line. - */ -/* ARGSUSED */ -int -showversion(int f, int n) -{ - ewprintf("%s", version); - return (TRUE); -}