mirror of
https://repo.or.cz/socat.git
synced 2025-07-08 05:36:32 +00:00
Replaced // comments for C89/C90 standard compliance
This commit is contained in:
parent
b3dde9a009
commit
5fdd033e7d
7 changed files with 13 additions and 9 deletions
|
@ -2590,6 +2590,7 @@ int parseopts_table(const char **a, unsigned int groups, struct opt **opts,
|
|||
break;
|
||||
#endif /* defined(WITH_IP4) */
|
||||
|
||||
#if LATER
|
||||
case TYPE_GENERIC:
|
||||
if (!assign) {
|
||||
(*opts)[i].value.u_int = 1;
|
||||
|
@ -2606,6 +2607,7 @@ int parseopts_table(const char **a, unsigned int groups, struct opt **opts,
|
|||
//(*opts)[i].value.u_bin.b_len
|
||||
}
|
||||
break;
|
||||
#endif /* LATER */
|
||||
|
||||
default:
|
||||
Error2("parseopts_table(): internal error on option \"%s\": unimplemented type %d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue