Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
57e187e8
"tests/git@developer.sourcefind.cn:OpenDAS/apex.git" did not exist on "0bfb830085a31c6ed49502c52403c8d0f1fd3eb9"
Commit
57e187e8
authored
Oct 22, 2015
by
Davis King
Browse files
Make the Fortran bindings work in Borland compilers
parent
3aca456b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/matrix/lapack/fortran_id.h
dlib/matrix/lapack/fortran_id.h
+1
-1
No files found.
dlib/matrix/lapack/fortran_id.h
View file @
57e187e8
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
// C with Fortran is on this platform/toolset
// C with Fortran is on this platform/toolset
#if defined(__GNUC__) || defined(__ICC) || defined(__sgi) || defined(__COMO__) || defined(__KCC)
#if defined(__GNUC__) || defined(__ICC) || defined(__sgi) || defined(__COMO__) || defined(__KCC)
#define DLIB_BIND_FORTRAN_LOWERCASE_UNDERSCORE
#define DLIB_BIND_FORTRAN_LOWERCASE_UNDERSCORE
#elif defined(__IBMCPP__) || defined(_MSC_VER)
#elif defined(__IBMCPP__) || defined(_MSC_VER)
|| defined(__BORLANDC__)
#define DLIB_BIND_FORTRAN_LOWERCASE
#define DLIB_BIND_FORTRAN_LOWERCASE
#else
#else
#error do not know how to link with fortran for the given platform
#error do not know how to link with fortran for the given platform
...
...
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