Forgot to change declaration on Jun 6.

1998-06-12  Martin Baulig  <baulig@taurus.uni-trier.de>

	* include/glibtop/sysdeps.h (glibtop_types_sysdeps):
	Forgot to change declaration on Jun 6.

	* sysdeps/names/sysdeps.c (glibtop_types_sysdeps):
	Using numeric constants from `types.h' instead of string
	constants; forgot to change this on Jun 6. Added information
	about new `features' field of `_glibtop_sysdeps'.
This commit is contained in:
Martin Baulig
1998-06-12 00:40:17 +00:00
committed by Martin Baulig
parent 5e3d6bdf18
commit cf8068049f
20 changed files with 43 additions and 28 deletions

View File

@@ -52,7 +52,7 @@ glibtop_guile_types_proc_segment (void)
for (i = 0; i < GLIBTOP_MAX_PROC_SEGMENT; i++)
list = gh_append
(gh_list (list,
gh_list (gh_str02scm (glibtop_types_proc_segment [i])),
gh_list (gh_ulong2scm (glibtop_types_proc_segment [i])),
SCM_UNDEFINED));
return list;