Skip to content

Commit

Permalink
Fixing build on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRFairhurst committed May 20, 2015
1 parent 1ba9165 commit 9f1f706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ bin/waketable/io/FilePath.table: bin/waketable/File.table bin/waketable/lang/Tex

bin/waketable/io/FileSystem.table: bin/waketable/File.table bin/waketable/lang/Text.table bin/waketable/lang/Num.table

bin/waketable/%.table: src/wake/stdlib/tables/%.wk bin/wake-nolib
bin/waketable/lang/%.table: src/wake/stdlib/tables/%.wk bin/wake-nolib
./bin/wake-nolib -d bin/waketable -t $< -d bin/waketable

bin/waketable/io/Printer.table: bin/waketable/lang/Num.table bin/waketable/lang/Text.table bin/wake-nolib src/wake/stdlib/tables/Printer.wk
Expand Down
2 changes: 2 additions & 0 deletions src/cpp/VarDecl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ VarDecl<wake::UNQUALIFIED>* copyVarDecl(VarDecl<wake::UNQUALIFIED>* toBeCopied)

template struct VarDecl<wake::QUALIFIED>;
template struct VarDecl<wake::UNQUALIFIED>;
template void std::swap(VarDecl<wake::QUALIFIED>& lhs, VarDecl<wake::QUALIFIED>& rhs);
template void std::swap(VarDecl<wake::UNQUALIFIED>& lhs, VarDecl<wake::UNQUALIFIED>& rhs);

0 comments on commit 9f1f706

Please sign in to comment.