Merge branch 'refactoring' of https://secure.softndesign.org/git/calc into refactoring
[calc.git] / calc.c
diff --git a/calc.c b/calc.c
index f9b77c295dbfbdb4835c7e128907cc69e7d2bd1f..2cf73f09a3740aded055150ae8dcdfe5eb3dc37c 100644 (file)
--- a/calc.c
+++ b/calc.c
@@ -1,6 +1,6 @@
 /* depend: */
 /* cflags: */
-/* linker: alloc.o argument.o debug.o element.o format.o parser.o program.o stack.o storage.o tabular.o -lm -lreadline */
+/* linker: alloc.o argument.o debug.o element.o format.o parser.o program.o stack.o storage.o tabular.o workspace.o -lm -lreadline */
 
 #include <malloc.h>
 #include <stddef.h>