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
85f88abf
Commit
85f88abf
authored
Oct 05, 1999
by
Paul Burchard
Committed by
Mark Mitchell
Oct 05, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
From-SVN: r29833
parent
820f6e3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/ggc-page.c
+1
-1
No files found.
gcc/ChangeLog
View file @
85f88abf
Tue
Oct
5
16
:
34
:
12
1999
Paul
Burchard
<
burchard
@pobox
.
com
>
*
ggc
-
page
.
c
(
GGC_ALWAYS_COLLECT
)
:
Fix
typo
when
undef
'
ing
.
Tue
Oct
5
16
:
14
:
40
1999
Michael
Meissner
<
meissner
@cygnus
.
com
>
*
libgcc1
-
test
.
c
(
toplevel
)
:
Include
stddef
.
h
to
get
size_t
.
...
...
gcc/ggc-page.c
View file @
85f88abf
...
...
@@ -67,7 +67,7 @@
ggc_collect is invoked. Otherwise, collection is performed only
when a significant amount of memory has been allocated since the
last collection. */
#undef GGC_ALWAYS_COLLECT
.
#undef GGC_ALWAYS_COLLECT
/* If ENABLE_CHECKING is defined, enable GGC_POISON and
GGC_ALWAYS_COLLECT automatically. */
...
...
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