changeset 2076:36800cb7fe04

[project @ 1996-04-23 23:59:49 by jwe]
author jwe
date Tue, 23 Apr 1996 23:59:49 +0000
parents ad74682dc97e
children 2d03b8eb891d
files src/variables.cc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.