Moved all Guile code to the libgtop-bindings module.
1999-12-05 Martin Baulig <martin@home-of-linux.org> Moved all Guile code to the libgtop-bindings module. * sysdeps/guile/*: Removed. * sysdeps/guile/names/*: Removed. * libgtopConf.sh.in: Removed all guile variables. * configure.in: Don't check for guile any longer.
This commit is contained in:
committed by
Martin Baulig
parent
117af5f59b
commit
8e9a0fbe99
@@ -92,7 +92,7 @@ sub parse_features_def {
|
||||
$feature =~ s/^@//;
|
||||
$features{$feature} = $feature;
|
||||
|
||||
$structures{$structure_count++} = $feature;
|
||||
$structures{$structure_count++} = 'glibtop_'.$feature;
|
||||
}
|
||||
|
||||
sub parse_structure_def {
|
||||
|
||||
Reference in New Issue
Block a user