# HG changeset patch # User jwe # Date 830303989 0 # Node ID 36800cb7fe049ed2d89127c6c494afc0e6b57a2d # Parent ad74682dc97e6ed9197c60b06c68e20b6c165b65 [project @ 1996-04-23 23:59:49 by jwe] diff --git a/src/variables.cc b/src/variables.cc --- a/src/variables.cc +++ b/src/variables.cc @@ -62,6 +62,7 @@ #include "oct-obj.h" #include "pt-exp.h" #include "pt-fvc.h" +#include "syscalls.h" #include "unwind-prot.h" #include "user-prefs.h" #include "utils.h" @@ -1882,6 +1883,8 @@ install_builtin_variables_6 (); install_builtin_variables_7 (); install_builtin_variables_8 (); + + symbols_of_syscalls (); } // Deleting names from the symbol tables.