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
965e7f22
Commit
965e7f22
authored
14 years ago
by
Joseph Myers
Committed by
Joseph Myers
14 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* exgettext: Only handle Warn when followed by '('.
From-SVN: r165835
parent
c7532b2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/po/ChangeLog
+4
-0
gcc/po/exgettext
+1
-1
No files found.
gcc/po/ChangeLog
View file @
965e7f22
2010-10-22 Joseph Myers <joseph@codesourcery.com>
* exgettext: Only handle Warn when followed by '('.
2010-10-13 Joseph Myers <joseph@codesourcery.com>
* vi.po: Update.
...
...
This diff is collapsed.
Click to expand it.
gcc/po/exgettext
View file @
965e7f22
...
...
@@ -234,7 +234,7 @@ echo "scanning option files..." >&2
printf("#line %d \"%s\"\n", lineno, file)
printf("_(\"%s\")\n", line)
}
if ((field == 1) && /Warn/) {
if ((field == 1) && /Warn
\(
/) {
line = $0
sub(".*Warn\\(", "", line)
if (line ~ "^{") {
...
...
This diff is collapsed.
Click to expand it.
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