Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
486e4609
Commit
486e4609
authored
Apr 04, 2014
by
Thomas Jahns
🤸
Browse files
Fix missing const declaration in cfortran.h.
parent
bdf6610a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cfortran.h
View file @
486e4609
...
...
@@ -1495,7 +1495,7 @@ do{VVCF(T1,A1,B1) VVCF(T2,A2,B2) VVCF(T3,A3,B3) VVCF(T4,A4,B4) VVCF(T5,A5,B5
/* VOID breaks U into U and UU. */
#define INT_cfUU(T,A) _(T,VVVVVVV_cfTYPE) A
#define VOID_cfUU(T,A)
/* Needed for FORTRAN calls C sub.s. */
#define STRING_cfUU(T,A) char *A
#define STRING_cfUU(T,A)
const
char *A
#define BYTE_cfPU(A) CFextern INTEGER_BYTE FCALLSC_QUALIFIER A
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment