aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/re.c
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1997-08-07 21:33:47 +0000
committerSteve Price <steve@FreeBSD.org>1997-08-07 21:33:47 +0000
commit5967604a1e10401d503233cf89cb0f868aaca659 (patch)
tree4b6f4fa017abfc4e4920ba5368764ec791ed231a /bin/ed/re.c
parent16cc192af1b867c4d8cd0f9420c594c920469822 (diff)
downloadsrc-5967604a1e10401d503233cf89cb0f868aaca659.tar.gz
src-5967604a1e10401d503233cf89cb0f868aaca659.zip
sccsid -> rcsid and fix some minor nits.
Notes
Notes: svn path=/head/; revision=27963
Diffstat (limited to 'bin/ed/re.c')
-rw-r--r--bin/ed/re.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/ed/re.c b/bin/ed/re.c
index 989367c4ad58..65b25a20f948 100644
--- a/bin/ed/re.c
+++ b/bin/ed/re.c
@@ -24,12 +24,15 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#ifndef lint
+#if 0
static char * const rcsid = "@(#)re.c,v 1.6 1994/02/01 00:34:43 alm Exp";
+#else
+static char * const rcsid =
+ "$Id: re.c,v 1.13 1997/02/22 14:03:18 peter Exp $";
+#endif
#endif /* not lint */
#include "ed.h"