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
d3b4c003
Commit
d3b4c003
authored
Jul 06, 1998
by
Tobias Naehring
Committed by
Jeff Law
Jul 06, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* makeinfo/makeinfo.c (add_word_args): Fix thinko.
From-SVN: r20969
parent
4a870dba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
texinfo/ChangeLog
+4
-0
texinfo/makeinfo/makeinfo.c
+1
-1
No files found.
texinfo/ChangeLog
View file @
d3b4c003
Mon
Jul
6
22
:
52
:
28
1998
Tobias
Naehring
<
naehring
@eeetw3
.
et
.
tu
-
dresden
.
de
>
*
makeinfo
/
makeinfo
.
c
(
add_word_args
)
:
Fix
thinko
.
Sun
Apr
12
20
:
59
:
53
1998
Alexandre
Oliva
<
oliva
@dcc
.
unicamp
.
br
>
*
configure
.
in
:
only
set
HAVE_LIBZ
if
zlib
.
h
exists
...
...
texinfo/makeinfo/makeinfo.c
View file @
d3b4c003
...
...
@@ -2639,7 +2639,7 @@ add_word_args (format, va_alist)
#ifdef VA_SPRINTF
VA_SPRINTF
(
buffer
,
format
,
ap
);
#else
sprintf
(
temp_string
,
format
,
a1
,
a2
,
a3
,
a4
,
a5
,
a6
,
a7
,
a8
);
sprintf
(
buffer
,
format
,
a1
,
a2
,
a3
,
a4
,
a5
,
a6
,
a7
,
a8
);
#endif
/* not VA_SPRINTF */
va_end
(
ap
);
add_word
(
buffer
);
...
...
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