Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
40d0e0df
Commit
40d0e0df
authored
Sep 27, 1999
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kill RCSid strings.
From-SVN: r29678
parent
8442ccc4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
libio/dbz/dbzmain.c
+0
-4
libio/dbz/fake.c
+0
-4
No files found.
libio/dbz/dbzmain.c
View file @
40d0e0df
...
@@ -18,10 +18,6 @@
...
@@ -18,10 +18,6 @@
#define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0)
#define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0)
#ifndef lint
static
char
RCSid
[]
=
"$Header: /egcs/carton/cvsfiles/egcs/./libio/dbz/dbzmain.c,v 1.1.1.1 1997/08/21 22:58:23 jason Exp $"
;
#endif
char
*
progname
;
char
*
progname
;
char
*
inname
=
"(no file)"
;
/* filename for messages etc. */
char
*
inname
=
"(no file)"
;
/* filename for messages etc. */
...
...
libio/dbz/fake.c
View file @
40d0e0df
...
@@ -12,10 +12,6 @@
...
@@ -12,10 +12,6 @@
#define MAXSTR 500
/* For sizing strings -- DON'T use BUFSIZ! */
#define MAXSTR 500
/* For sizing strings -- DON'T use BUFSIZ! */
#define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0)
#define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0)
#ifndef lint
static
char
RCSid
[]
=
"$Header: /egcs/carton/cvsfiles/egcs/libio/dbz/fake.c,v 1.1.1.1 1997/08/21 22:58:23 jason Exp $"
;
#endif
int
midonly
=
0
;
/* just message ids, rest not realistic */
int
midonly
=
0
;
/* just message ids, rest not realistic */
int
tag
=
0
;
/* tag lines with random digit for later use */
int
tag
=
0
;
/* tag lines with random digit for later use */
int
expired
=
-
1
;
/* percentage of lines to be expired */
int
expired
=
-
1
;
/* percentage of lines to be expired */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment