return ( NAME );
#define PUT_BACK_STRING(str, start) \
- for ( i = strlen( (char *) str ) - 1; i >= start; --i ) \
+ for ( i = strlen( (char *) (str) ) - 1; i >= start; --i ) \
unput((str)[i])
#define CHECK_REJECT(str) \
%t{OPTWS}\n {
++linenum;
- xlation = (int *) malloc( sizeof( int ) * csize );
+ xlation =
+ (int *) malloc( sizeof( int ) * (unsigned) csize );
if ( ! xlation )
flexfatal(
/* push back everything but the leading bracket
* so the ccl can be rescanned
*/
- PUT_BACK_STRING((char *) nmstr, 1);
+ PUT_BACK_STRING((Char *) nmstr, 1);
BEGIN(FIRSTCCL);
return ( '[' );