changeset 2195:79595bdfdb1f

[project @ 1996-05-14 08:55:08 by jwe]
author jwe
date Tue, 14 May 1996 08:55:24 +0000
parents c04b563fb768
children 0dff6c159542
files src/arith-ops.h src/dirfns.h src/pt-const.h
diffstat 3 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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
 
 /*
--- 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