Deleted Added
full compact
rcsbase.h (10) rcsbase.h (1494)
1
2/*
3 * RCS common definitions and data structures
4 */
1
2/*
3 * RCS common definitions and data structures
4 */
5#define RCSBASE "$Id: rcsbase.h,v 5.11 1991/10/07 17:32:46 eggert Exp $"
5#define RCSBASE "$Id: rcsbase.h,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $"
6
7/* Copyright (C) 1982, 1988, 1989 Walter Tichy
8 Copyright 1990, 1991 by Paul Eggert
9 Distributed under license by the Free Software Foundation, Inc.
10
11This file is part of RCS.
12
13RCS is free software; you can redistribute it and/or modify

--- 24 unchanged lines hidden (view full) ---

38 * See the Makefile for how to define C preprocessor symbols.
39 * If you need to change the comment leaders, update the table comtable[]
40 * in rcsfnms.c. (This can wait until you know what a comment leader is.)
41 *****************************************************************************
42 */
43
44
45/* $Log: rcsbase.h,v $
6
7/* Copyright (C) 1982, 1988, 1989 Walter Tichy
8 Copyright 1990, 1991 by Paul Eggert
9 Distributed under license by the Free Software Foundation, Inc.
10
11This file is part of RCS.
12
13RCS is free software; you can redistribute it and/or modify

--- 24 unchanged lines hidden (view full) ---

38 * See the Makefile for how to define C preprocessor symbols.
39 * If you need to change the comment leaders, update the table comtable[]
40 * in rcsfnms.c. (This can wait until you know what a comment leader is.)
41 *****************************************************************************
42 */
43
44
45/* $Log: rcsbase.h,v $
46 * Revision 1.1.1.1 1993/06/18 04:22:13 jkh
47 * Updated GNU utilities
48 *
46 * Revision 5.11 1991/10/07 17:32:46 eggert
47 * Support piece tables even if !has_mmap.
48 *
49 * Revision 5.10 1991/09/24 00:28:39 eggert
50 * Remove unexported functions.
51 *
52 * Revision 5.9 1991/08/19 03:13:55 eggert
53 * Add piece tables and other tuneups, and NFS workarounds.

--- 321 unchanged lines hidden (view full) ---

375#define HEADER "Header"
376#define IDH "Id"
377#define LOCKER "Locker"
378#define LOG "Log"
379#define RCSFILE "RCSfile"
380#define REVISION "Revision"
381#define SOURCE "Source"
382#define STATE "State"
49 * Revision 5.11 1991/10/07 17:32:46 eggert
50 * Support piece tables even if !has_mmap.
51 *
52 * Revision 5.10 1991/09/24 00:28:39 eggert
53 * Remove unexported functions.
54 *
55 * Revision 5.9 1991/08/19 03:13:55 eggert
56 * Add piece tables and other tuneups, and NFS workarounds.

--- 321 unchanged lines hidden (view full) ---

378#define HEADER "Header"
379#define IDH "Id"
380#define LOCKER "Locker"
381#define LOG "Log"
382#define RCSFILE "RCSfile"
383#define REVISION "Revision"
384#define SOURCE "Source"
385#define STATE "State"
386#define FREEBSD "FreeBSD"
383#define keylength 8 /* max length of any of the above keywords */
384
385enum markers { Nomatch, Author, Date, Header, Id,
387#define keylength 8 /* max length of any of the above keywords */
388
389enum markers { Nomatch, Author, Date, Header, Id,
386 Locker, Log, RCSfile, Revision, Source, State };
390 Locker, Log, RCSfile, Revision, Source, State, FreeBSD };
387 /* This must be in the same order as rcskeys.c's Keyword[] array. */
388
389#define DELNUMFORM "\n\n%s\n%s\n"
390/* used by putdtext and scanlogtext */
391
392#define EMPTYLOG "*** empty log message ***" /* used by ci and rlog */
393
394/* main program */

--- 283 unchanged lines hidden ---
391 /* This must be in the same order as rcskeys.c's Keyword[] array. */
392
393#define DELNUMFORM "\n\n%s\n%s\n"
394/* used by putdtext and scanlogtext */
395
396#define EMPTYLOG "*** empty log message ***" /* used by ci and rlog */
397
398/* main program */

--- 283 unchanged lines hidden ---