Use `array(<type>)' as return value for functions returning an array of
1999-12-05 Martin Baulig <martin@home-of-linux.org> * features.def: Use `array(<type>)' as return value for functions returning an array of structures.
This commit is contained in:
committed by
Martin Baulig
parent
5ddf25c66a
commit
4a2fb0a871
@@ -112,6 +112,10 @@ sub output {
|
||||
$prefix_space = '';
|
||||
}
|
||||
|
||||
if ($retval =~ /^array\((.*)\)$/) {
|
||||
$retval = "$1 *";
|
||||
}
|
||||
|
||||
$check_server_code = "\n";
|
||||
$check_server_code .=
|
||||
"\t/* If neccessary, we ask the server for the requested\n" .
|
||||
|
Reference in New Issue
Block a user