comparison src/mkbuiltins @ 2910:1da1af95082e

[project @ 1997-04-30 06:42:17 by jwe]
author jwe
date Wed, 30 Apr 1997 06:45:15 +0000
parents 057273789b87
children e330cb788508
comparison
equal deleted inserted replaced
2909:057273789b87 2910:1da1af95082e
23 23
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include "config.h" 25 #include "config.h"
26 #endif 26 #endif
27 27
28 #include "builtins.h"
29 #include "mappers.h"
30 #include "oct-builtin.h" 28 #include "oct-builtin.h"
31 #include "oct-obj.h" 29 #include "oct-obj.h"
32 #include "variables.h" 30 #include "variables.h"
33 31
34 EOF 32 EOF
74 done 72 done
75 73
76 cat << \EOF 74 cat << \EOF
77 } 75 }
78 76
77 extern void install_mapper_functions (void);
78
79 void 79 void
80 install_builtins (void) 80 install_builtins (void)
81 { 81 {
82 install_builtin_variables (); 82 install_builtin_variables ();
83 install_mapper_functions (); 83 install_mapper_functions ();