Removed all the construction pattern stuff, it was causing the base copy function...
commit832e6221cf3d8a33d7d2a9293c20687dd9fe68bc
authorbinrapt <binrapt@ethnic.atheist.invalid>
Sun, 18 Oct 2009 02:22:51 +0000 (18 04:22 +0200)
committerbinrapt <binrapt@ethnic.atheist.invalid>
Sun, 18 Oct 2009 02:22:51 +0000 (18 04:22 +0200)
tree808fbaaed19b6ef54d0a3257930b451a8bab40bf
parentaeafe75b50624f12066679f15b321b8cf37dc127
Removed all the construction pattern stuff, it was causing the base copy function to be called at times, it seems. Disastrous!
fridh/function.hpp
fridh/lexer.hpp
fridh/symbol.hpp
fridh/variable.hpp
interpreter/symbol.cpp
interpreter/unit.cpp
lexer/lexeme.cpp
parser/tree/node.cpp
variable/variable.cpp