diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-16 19:17:44 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-16 19:17:44 +0000 |
commit | 435bfb87a61301137cfb64b6a090ca70295a54bf (patch) | |
tree | 8f17e9cfefbd04c45bfcb48db58aa471779a01e5 /ChangeLog-96b | |
parent | 053e0ab4e155ba099db848be4d6999fc725a177c (diff) | |
download | ATCD-435bfb87a61301137cfb64b6a090ca70295a54bf.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r-- | ChangeLog-96b | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b index 5a84eb2f61a..a52401c42d0 100644 --- a/ChangeLog-96b +++ b/ChangeLog-96b @@ -3,6 +3,11 @@ Mon Dec 16 12:56:43 1996 David L. Levine <levine@cs.wustl.edu> * ace/OS.i: removed spurious "*/" after an #endif. Thanks to Harry Gunnarsson for pointing this out. + * ace/Svc_Conf_l.cpp: #ifdef'ed out ace_yyunput () and + ace_yy_{push,pop,top}_state () because they're not used, + and commented out a few "break"s after "return"s in switch + statements to prevent compiler warnings. + * examples/Threads/Makefile, performance-tests/Misc/Makefile, tests/Makefile, include/makeinclude/platform_*.GNU (except for platform_vxworks*.GNU): |