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:
Martin Baulig
1999-12-05 14:07:20 +00:00
committed by Martin Baulig
parent 5ddf25c66a
commit 4a2fb0a871
4 changed files with 21 additions and 4 deletions

View File

@@ -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" .