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
3a59c77c
Commit
3a59c77c
authored
Nov 01, 2000
by
Richard Henderson
Committed by
Richard Henderson
Nov 01, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cppmain.c (scan_buffer): Don't avoid paste for assembly.
From-SVN: r37184
parent
6ef3973d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+4
-0
gcc/cppmain.c
+3
-1
No files found.
gcc/ChangeLog
View file @
3a59c77c
2000-11-01 Richard Henderson <rth@redhat.com>
* cppmain.c (scan_buffer): Don't avoid paste for assembly.
2000-11-01 Neil Booth <neilb@earthling.net>
2000-11-01 Neil Booth <neilb@earthling.net>
* c-parse.in (_yylex): Remove CPP_BACKSLASH case.
* c-parse.in (_yylex): Remove CPP_BACKSLASH case.
...
...
gcc/cppmain.c
View file @
3a59c77c
...
@@ -196,7 +196,9 @@ scan_buffer (pfile)
...
@@ -196,7 +196,9 @@ scan_buffer (pfile)
putc
(
' '
,
print
.
outf
);
putc
(
' '
,
print
.
outf
);
}
}
}
}
else
if
(
print
.
printed
&&
!
(
token
->
flags
&
PREV_WHITE
)
else
if
(
print
.
printed
&&
!
(
token
->
flags
&
PREV_WHITE
)
&&
!
CPP_OPTION
(
pfile
,
lang_asm
)
&&
cpp_avoid_paste
(
pfile
,
&
tokens
[
1
-
index
],
token
))
&&
cpp_avoid_paste
(
pfile
,
&
tokens
[
1
-
index
],
token
))
token
->
flags
|=
PREV_WHITE
;
token
->
flags
|=
PREV_WHITE
;
...
...
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