Remove debug printf().

svn path=/trunk/; revision=14033
This commit is contained in:
Eric Kohl 2005-03-13 21:34:15 +00:00
parent 7019953f42
commit a3e183bd64

View file

@ -1,5 +1,12 @@
ChangeLog
2005-03-13 ekohl
tools/widl/server.c
Remove debug printf().
2005-03-13 jimtabor
tools/widl/write_msft.c
@ -16,12 +23,6 @@ Fixup *nix port, added include fcntl.h and unistd.h.
-Wall -Werror and fix warnings
2005-03-13 ekohl
tools/widl/client.c
Fix gcc warnings in generated client stub.
2005-03-13 ekohl