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
659abd3c
Commit
659abd3c
authored
Jun 30, 2017
by
Uwe Schulzweida
Browse files
Renamed struct PARTAB to paramtab_type.
parent
7a1570cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/table.c
View file @
659abd3c
...
...
@@ -29,9 +29,9 @@ typedef struct
char
*
name
;
param_type
*
pars
;
}
PARTAB
;
paramtab_type
;
static
PARTAB
parTable
[
MAX_TABLE
];
static
paramtab_type
parTable
[
MAX_TABLE
];
static
int
parTableSize
=
MAX_TABLE
;
static
int
parTableNum
=
0
;
static
int
ParTableInit
=
0
;
...
...
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