f18cdd2f47
- Clean up a malloc() call to get rid of some warnings. - Pet portlint by using "makepatch" for the patches, added the license, changed a tab after the WWW line. PR: 208295 Submitted by: pfg@
12 lines
255 B
Text
12 lines
255 B
Text
--- Tree/src/makeGlobalLib.orig 1998-09-17 19:26:35 UTC
|
|
+++ Tree/src/makeGlobalLib
|
|
@@ -6,7 +6,8 @@ OBJ = Tree
|
|
|
|
SRC = basics.c \
|
|
compress.c \
|
|
- drawTree.c \
|
|
+ draw.c \
|
|
+ subtree.c \
|
|
init.c \
|
|
instance.c \
|
|
IO.c \
|