Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
0186eadc
Commit
0186eadc
authored
Apr 23, 2013
by
Uwe Schulzweida
Browse files
make_fint.c: update
parent
e07642a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/make_fint.c
View file @
0186eadc
...
...
@@ -101,7 +101,7 @@ static struct symbol funArgSym[] = {
{
"INTEGER"
,
"INTVV"
,
"int[][]"
,
"^"
WS
"*(const"
WS
"+)?int("
WS
"+"
SYMRE
")?"
WS
"*
\\
[[^]]*
\\
]"
WS
"*
\\
[[^]]*
\\
]"
WS
"*[,
\\
)]"
,
3
},
{
"REAL"
,
"PFLOAT"
,
"float *"
,
"^"
WS
"*(const"
WS
"+)?float"
WS
"+
\\
*"
SYMRE
"?"
WS
"*[,
\\
)]"
,
2
},
{
"DOUBLEPRECISION"
,
"PDOUBLE"
,
"double *"
,
"^"
WS
"*(const"
WS
"+)?double"
WS
"+
\\
*"
SYMRE
"?"
WS
"*[,
\\
)]"
,
2
},
// { "CHARACTER*(*)", "CBUF", "char *", "^"WS"*(const"WS"+)?char"WS"+\\*+
tp
_cbuf"WS"*[,\\)]", 1 },
// { "CHARACTER*(*)", "CBUF", "char *", "^"WS"*(const"WS"+)?char"WS"+\\*+
"SYMRE"?
_cbuf"WS"*[,\\)]", 1 },
{
"CHARACTER*(*)"
,
"STRING"
,
"char *"
,
"^"
WS
"*const"
WS
"+char"
WS
"+
\\
*"
WS
"*"
SYMRE
"?"
WS
"*[,
\\
)]"
,
1
},
{
"CHARACTER*(*)"
,
"PSTRING"
,
"char *"
,
"^"
WS
"*char"
WS
"+
\\
*"
SYMRE
"?"
WS
"*[,
\\
)]"
,
1
},
};
...
...
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