Show
Ignore:
Timestamp:
02/02/08 14:48:43 (10 months ago)
Author:
peter
Message:

This is the second commit in preparation for changing cdEXIT into a C++ exception.

source/cddefines.h:

Redefine cdEXIT to print exit message.

source/*.cpp:

Remove all calls to puts.

tsuite/auto/checkall.pl:

Two minor changes to improve detection of normal exit or failure.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/hypho.cpp

    r1732 r1771  
    164164                fprintf( stderr, " increase ncm in hypho to at least%5ld\n",  
    165165                  ncell ); 
    166                 puts( "[Stop]" ); 
    167166                cdEXIT(EXIT_FAILURE); 
    168167        }