diff src/symtab.h @ 6109:c68896f193e3

[project @ 2006-10-27 02:16:18 by jwe]
author jwe
date Fri, 27 Oct 2006 02:16:19 +0000
parents 4036e6fca790
children 44c91c5dfe1d
line wrap: on
line diff
--- a/src/symtab.h	Fri Oct 27 01:45:56 2006 +0000
+++ b/src/symtab.h	Fri Oct 27 02:16:19 2006 +0000
@@ -58,6 +58,7 @@
 // Individual records in a symbol table.
 
 class
+OCTINTERP_API
 symbol_record
 {
 public:
@@ -499,6 +500,7 @@
 #define SYMTAB_VARIABLES (symbol_record::USER_VARIABLE)
 
 class
+OCTINTERP_API
 symbol_table
 {
 public: