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
8d25f608
Commit
8d25f608
authored
Aug 09, 1999
by
Anthony Green
Committed by
Anthony Green
Aug 09, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/ffi.h.in (FFI_FN): Remove `...'.
From-SVN: r28610
parent
f3e4d63c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
libffi/ChangeLog.libgcj
+5
-1
libffi/include/ffi.h.in
+2
-2
No files found.
libffi/ChangeLog.libgcj
View file @
8d25f608
1999-08-09 Anthony Green <green@cygnus.com>
1999-08-08 Anthony Green <green@cygnus.com>
* include/ffi.h.in (FFI_FN): Remove `...'.
1999-08-08 Anthony Green <green@cygnus.com>
* Makefile.in: Rebuilt.
* Makefile.in: Rebuilt.
* Makefile.am (AM_CFLAGS): Compile with -fexceptions.
* Makefile.am (AM_CFLAGS): Compile with -fexceptions.
...
...
libffi/include/ffi.h.in
View file @
8d25f608
/* -----------------------------------------------------------------*-C-*-
/* -----------------------------------------------------------------*-C-*-
libffi @VERSION@ - Copyright (c) 1996-1999 Cygnus Solutions
libffi @VERSION@ - Copyright (c) 1996-1999 Cygnus Solutions
$Id: ffi.h.in,v 1.
3 1999/08/08 13:05:12
green Exp $
$Id: ffi.h.in,v 1.
1 1999/08/08 22:58:30
green Exp $
Permission is hereby granted, free of charge, to any person obtaining
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
a copy of this software and associated documentation files (the
...
@@ -383,7 +383,7 @@ void ffi_call(/*@dependent@*/ ffi_cif *cif,
...
@@ -383,7 +383,7 @@ void ffi_call(/*@dependent@*/ ffi_cif *cif,
/*@dependent@*/ void **avalue);
/*@dependent@*/ void **avalue);
/* Useful for eliminating compiler warnings */
/* Useful for eliminating compiler warnings */
#define FFI_FN(f) ((void (*)(
...
))f)
#define FFI_FN(f) ((void (*)())f)
/* ---- Definitions shared with assembly code ---------------------------- */
/* ---- Definitions shared with assembly code ---------------------------- */
...
...
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