mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-13 18:30:39 +01:00
Remove rcsid tags from source files
This commit is contained in:
parent
7d98227583
commit
2196f10a57
@ -64,11 +64,6 @@ extern int optind, opterr, optopt; /* for getopt() */
|
|||||||
* of small shapes which can be packed pretty tightly anyway.
|
* 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)
|
(o o)
|
||||||
|
@ -30,12 +30,6 @@
|
|||||||
#include "generate.h"
|
#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,
|
static int horiz_precalc (const sentry_t *sarr,
|
||||||
size_t *topiltf, size_t *botiltf, size_t *hspace)
|
size_t *topiltf, size_t *botiltf, size_t *hspace)
|
||||||
/*
|
/*
|
||||||
|
@ -38,8 +38,6 @@
|
|||||||
#define LEX_MAX_WARN 3 /* number of lex errors per design */
|
#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;
|
int tjlineno = 1;
|
||||||
|
|
||||||
static int yyerrcnt = 0;
|
static int yyerrcnt = 0;
|
||||||
|
@ -32,10 +32,6 @@
|
|||||||
#include "lexer.h"
|
#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 pflicht = 0;
|
||||||
static int time_for_se_check = 0;
|
static int time_for_se_check = 0;
|
||||||
static int anz_shapespec = 0; /* number of user-specified shapes */
|
static int anz_shapespec = 0; /* number of user-specified shapes */
|
||||||
|
@ -28,8 +28,6 @@
|
|||||||
#include <regexp.h>
|
#include <regexp.h>
|
||||||
#include "regmagic.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
|
* The "internal use only" fields in regexp.h are present to pass info from
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Definitions etc. for regexp(3) routines.
|
* 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],
|
* Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
|
||||||
* not the System V one.
|
* not the System V one.
|
||||||
*/
|
*/
|
||||||
|
@ -29,10 +29,6 @@
|
|||||||
#include <regexp.h>
|
#include <regexp.h>
|
||||||
#include "regmagic.h"
|
#include "regmagic.h"
|
||||||
|
|
||||||
char rcsid_regsub_c[] =
|
|
||||||
"$Id: regsub.c,v 1.7 2006/07/23 16:15:55 tsjensen Exp $";
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef CHARBITS
|
#ifndef CHARBITS
|
||||||
#define UCHARAT(p) ((int)*(unsigned char *)(p))
|
#define UCHARAT(p) ((int)*(unsigned char *)(p))
|
||||||
|
@ -29,10 +29,6 @@
|
|||||||
#include "tools.h"
|
#include "tools.h"
|
||||||
#include "remove.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,
|
static int best_match (const line_t *line,
|
||||||
|
@ -29,9 +29,6 @@
|
|||||||
#include "boxes.h"
|
#include "boxes.h"
|
||||||
#include "tools.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[] = {
|
char *shape_name[] = {
|
||||||
|
@ -30,10 +30,6 @@
|
|||||||
#include "tools.h"
|
#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, ...)
|
int yyerror (const char *fmt, ...)
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user