summaryrefslogtreecommitdiff
path: root/examples/third.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-05-20 21:04:10 +0000
committerMartin Baulig <martin@src.gnome.org>1998-05-20 21:04:10 +0000
commitbb959df4b22ed342efb4d7a6d6745711afb595c0 (patch)
tree72d9944239d38d7d5aa630cb2214cff6a0f46a0b /examples/third.c
parenta6f0f33112617268ec70bf9b915b508621547589 (diff)
downloadlibgtop-bb959df4b22ed342efb4d7a6d6745711afb595c0.tar.gz
added required check for 'GLIBGTOP_GUILE_NAMES'.
* examples/third.c: added required check for 'GLIBGTOP_GUILE_NAMES'.
Diffstat (limited to 'examples/third.c')
-rw-r--r--examples/third.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/third.c b/examples/third.c
index d4160425..9d1ce168 100644
--- a/examples/third.c
+++ b/examples/third.c
@@ -45,7 +45,9 @@ void
main_prog (int argc, char *argv[])
{
glibtop_boot_guile ();
+#ifdef GLIBTOP_GUILE_NAMES
glibtop_boot_guile_names ();
+#endif
gh_repl (argc, argv);
}