diff src/pt-eval.h @ 9237:3c1762c7e787

Add missing xxx_API decoration and remove misplaced ones
author Michael Goffioul <michael.goffioul@gmail.com>
date Thu, 21 May 2009 21:28:47 +0100
parents 33783e94fb16
children bbe033dcfe13
line wrap: on
line diff
--- a/src/pt-eval.h	Thu May 21 21:12:08 2009 +0100
+++ b/src/pt-eval.h	Thu May 21 21:28:47 2009 +0100
@@ -35,6 +35,7 @@
 // How to evaluate the code that the parse trees represent.
 
 class
+OCTINTERP_API
 tree_evaluator : public tree_walker
 {
 public: