Changeset 2526

Show
Ignore:
Timestamp:
10/26/06 18:45:25 (2 years ago)
Author:
bp
Message:

Replace yet another code pattern with CHECK_BOT() macro.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tendra/src/installers/common/construct/install_fns.c

    r2525 r2526  
    37573757f_offset_mult(exp arg1, exp arg2) 
    37583758{ 
    3759         if (name(sh(arg1)) == SH_BOT) 
    3760     { kill_exp(arg2,arg2); return arg1; } 
    3761         if (name(sh(arg2)) == SH_BOT) 
    3762     { kill_exp(arg1,arg1); return arg2; } 
     3759        CHECK_BOT(arg1, arg2); 
    37633760 
    37643761#if check_shape