Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBOLworx
gcc-cobol
Commits
5d297584
Commit
5d297584
authored
22 years ago
by
Bo Thorsen
Committed by
Bo Thorsen
22 years ago
Browse files
Options
Downloads
Patches
Plain Diff
* include/ffi.h.in: Fix i386 win32 compilation.
From-SVN: r57691
parent
bc9ec51b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libffi/ChangeLog
+4
-0
4 additions, 0 deletions
libffi/ChangeLog
libffi/include/ffi.h.in
+1
-1
1 addition, 1 deletion
libffi/include/ffi.h.in
with
5 additions
and
1 deletion
libffi/ChangeLog
+
4
−
0
View file @
5d297584
2002-10-01 Bo Thorsen <bo@smetana.suse.de>
* include/ffi.h.in: Fix i386 win32 compilation.
2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
* configure.in: Add s390x-*-linux-* target.
...
...
This diff is collapsed.
Click to expand it.
libffi/include/ffi.h.in
+
1
−
1
View file @
5d297584
...
...
@@ -202,7 +202,7 @@ typedef enum ffi_abi {
#endif
/* ---- Intel x86 and AMD x86-64 - */
#if defined(__i386__) || defined(__x86_64__)
#if
!defined(X86_WIN32) && (
defined(__i386__) || defined(__x86_64__)
)
FFI_SYSV,
FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
#ifdef __i386__
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment