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
965fe4f1
Commit
965fe4f1
authored
Nov 03, 1999
by
Tom Tromey
Committed by
Tom Tromey
Nov 03, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* boehm.cc: Don't include boehm-config.h.
From-SVN: r30359
parent
89de952f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
libjava/ChangeLog
+4
-0
libjava/boehm.cc
+0
-4
No files found.
libjava/ChangeLog
View file @
965fe4f1
1999-11-02 Tom Tromey <tromey@cygnus.com>
* boehm.cc: Don't include boehm-config.h.
1999-11-01 Tom Tromey <tromey@cygnus.com>
* boehm.cc (_Jv_InitGC): Set GC_java_finalization.
...
...
libjava/boehm.cc
View file @
965fe4f1
...
...
@@ -23,12 +23,8 @@ details. */
#undef TRUE
#undef FALSE
// We need to include gc_priv.h. However, it tries to include
// config.h if it hasn't already been included. So we force the
// inclusion of the Boehm config.h.
extern
"C"
{
#include <boehm-config.h>
#include <gc_priv.h>
#include <gc_mark.h>
...
...
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