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
d6bef02d
Commit
d6bef02d
authored
Dec 24, 2002
by
Joseph Myers
Committed by
Joseph Myers
Dec 24, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* texi2pod.pl: Skip contents of @copying.
From-SVN: r60477
parent
8601608f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
contrib/ChangeLog
+4
-0
contrib/texi2pod.pl
+2
-2
No files found.
contrib/ChangeLog
View file @
d6bef02d
2002
-
12
-
24
Joseph
S
.
Myers
<
jsm
@polyomino
.
org
.
uk
>
*
texi2pod
.
pl
:
Skip
contents
of
@copying
.
2002
-
11
-
09
Zack
Weinberg
<
zack
@codesourcery
.
com
>
2002
-
11
-
09
Zack
Weinberg
<
zack
@codesourcery
.
com
>
*
gthr_supp_vxw_5x
.
c
:
New
file
.
*
gthr_supp_vxw_5x
.
c
:
New
file
.
...
...
contrib/texi2pod.pl
View file @
d6bef02d
...
@@ -138,7 +138,7 @@ while(<$inf>) {
...
@@ -138,7 +138,7 @@ while(<$inf>) {
# Ignore @end foo, where foo is not an operation which may
# Ignore @end foo, where foo is not an operation which may
# cause us to skip, if we are presently skipping.
# cause us to skip, if we are presently skipping.
my
$ended
=
$1
;
my
$ended
=
$1
;
next
if
$skipping
&&
$ended
!~
/^(?:ifset|ifclear|ignore|menu|iftex)$/
;
next
if
$skipping
&&
$ended
!~
/^(?:ifset|ifclear|ignore|menu|iftex
|copying
)$/
;
die
"\@end $ended without \@$ended at line $.\n"
unless
defined
$endw
;
die
"\@end $ended without \@$ended at line $.\n"
unless
defined
$endw
;
die
"\@$endw ended by \@end $ended at line $.\n"
unless
$ended
eq
$endw
;
die
"\@$endw ended by \@end $ended at line $.\n"
unless
$ended
eq
$endw
;
...
@@ -178,7 +178,7 @@ while(<$inf>) {
...
@@ -178,7 +178,7 @@ while(<$inf>) {
next
;
next
;
};
};
/^\@(ignore|menu|iftex)\b/
and
do
{
/^\@(ignore|menu|iftex
|copying
)\b/
and
do
{
push
@endwstack
,
$endw
;
push
@endwstack
,
$endw
;
push
@skstack
,
$skipping
;
push
@skstack
,
$skipping
;
$endw
=
$1
;
$endw
=
$1
;
...
...
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