lib/create_standard_function_txt.sh
changeset 391 4798bd4739d0
parent 385 450d684013dc
child 398 f1f3facc59e7
equal deleted inserted replaced
390:9cf96d45853d 391:4798bd4739d0
   425 #undef __iec_
   425 #undef __iec_
   426 
   426 
   427   /**************/
   427   /**************/
   428   /*     SUB    */
   428   /*     SUB    */
   429   /**************/
   429   /**************/
   430 #define __iec_(TYPENAME) __arith_static(SUB, TYPENAME)
   430 #define __iec_(TYPENAME)\
       
   431 __function_2p(SUB_##TYPENAME, TYPENAME, IN1, TYPENAME, IN2, TYPENAME)  /* explicitly typed function */\
       
   432 __function_2p(SUB, TYPENAME, IN1, TYPENAME, IN2, TYPENAME)             /* overloaded function */ 
   431 __ANY_NUM(__iec_)
   433 __ANY_NUM(__iec_)
   432 #undef __iec_
   434 #undef __iec_
   433 
   435 
   434   /**************/
   436   /**************/
   435   /*     DIV    */
   437   /*     DIV    */