# HG changeset patch # User jwe # Date 832064124 0 # Node ID 79595bdfdb1f70430deb7e08a60e3c6b0c74b40b # Parent c04b563fb768d91cab9bfd55ac55302e87862b6b [project @ 1996-05-14 08:55:08 by jwe] diff -r c04b563fb768 -r 79595bdfdb1f src/arith-ops.h --- a/src/arith-ops.h Tue May 14 08:50:17 1996 +0000 +++ b/src/arith-ops.h Tue May 14 08:55:24 1996 +0000 @@ -89,7 +89,7 @@ const ComplexMatrix& b, tree_expression::type t); -void symbols_of_arith_ops (void); +extern void symbols_of_arith_ops (void); #endif diff -r c04b563fb768 -r 79595bdfdb1f src/dirfns.h --- a/src/dirfns.h Tue May 14 08:50:17 1996 +0000 +++ b/src/dirfns.h Tue May 14 08:55:24 1996 +0000 @@ -32,6 +32,8 @@ extern string make_absolute (const string&, const string&); extern string get_working_directory (const string&); +extern void symbols_of_dirfns (void); + #endif /* diff -r c04b563fb768 -r 79595bdfdb1f src/pt-const.h --- a/src/pt-const.h Tue May 14 08:50:17 1996 +0000 +++ b/src/pt-const.h Tue May 14 08:55:24 1996 +0000 @@ -697,7 +697,7 @@ extern bool Vresize_on_range_error; -void symbols_of_pt_const (void); +extern void symbols_of_pt_const (void); #endif