Remove rcsid tags from source files

This commit is contained in:
Thomas Jensen 2019-02-15 21:32:36 +01:00
parent 7d98227583
commit 2196f10a57
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB
10 changed files with 0 additions and 36 deletions

View File

@ -64,11 +64,6 @@ extern int optind, opterr, optopt; /* for getopt() */
* of small shapes which can be packed pretty tightly anyway.
*/
static const char rcsid_boxes_c[] =
"$Id: boxes.c,v 1.39 2006/08/28 15:53:46 tsjensen Exp $";
/* _\|/_
(o o)

View File

@ -30,12 +30,6 @@
#include "generate.h"
static const char rcsid_generate_c[] =
"$Id: generate.c,v 1.11 2006/07/22 19:21:13 tsjensen Exp $";
static int horiz_precalc (const sentry_t *sarr,
size_t *topiltf, size_t *botiltf, size_t *hspace)
/*

View File

@ -38,8 +38,6 @@
#define LEX_MAX_WARN 3 /* number of lex errors per design */
static const char rcsid_lexer_l[] =
"$Id: lexer.l,v 1.19 2006/07/22 19:31:25 tsjensen Exp $";
int tjlineno = 1;
static int yyerrcnt = 0;

View File

@ -32,10 +32,6 @@
#include "lexer.h"
const char rcsid_parser_y[] =
"$Id: parser.y,v 1.25 2006/07/23 16:11:39 tsjensen Exp $";
static int pflicht = 0;
static int time_for_se_check = 0;
static int anz_shapespec = 0; /* number of user-specified shapes */

View File

@ -28,8 +28,6 @@
#include <regexp.h>
#include "regmagic.h"
char rcsid_regexp_c[] =
"$Id: regexp.c,v 1.5 2006/07/23 16:28:13 tsjensen Exp $";
/*
* The "internal use only" fields in regexp.h are present to pass info from

View File

@ -1,8 +1,6 @@
/*
* Definitions etc. for regexp(3) routines.
*
* Version: $Id: regexp.h,v 1.5 1999/06/25 18:53:51 tsjensen Exp $
*
* Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
* not the System V one.
*/

View File

@ -29,10 +29,6 @@
#include <regexp.h>
#include "regmagic.h"
char rcsid_regsub_c[] =
"$Id: regsub.c,v 1.7 2006/07/23 16:15:55 tsjensen Exp $";
#ifndef CHARBITS
#define UCHARAT(p) ((int)*(unsigned char *)(p))

View File

@ -29,10 +29,6 @@
#include "tools.h"
#include "remove.h"
static const char rcsid_remove_c[] =
"$Id: remove.c,v 1.8 2006/07/22 19:19:26 tsjensen Exp $";
static int best_match (const line_t *line,

View File

@ -29,9 +29,6 @@
#include "boxes.h"
#include "tools.h"
static const char rcsid_shape_c[] =
"$Id: shape.c,v 1.6 2006/07/12 05:27:29 tsjensen Exp $";
char *shape_name[] = {

View File

@ -30,10 +30,6 @@
#include "tools.h"
static const char rcsid_tools_c[] =
"$Id: tools.c,v 1.7 2006/07/22 19:27:15 tsjensen Exp $";
int yyerror (const char *fmt, ...)
/*