Changeset d948046 in git for Singular


Ignore:
Timestamp:
Sep 13, 2022, 11:13:56 AM (20 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
998959a88d6a571e9fcfae4dc1a3e73826e62d1a
Parents:
a9fe62d682a9673bb4e5b18f9e403a6fada08de3
Message:
compiler warning
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    ra9fe62 rd948046  
    36763676  return FALSE;
    36773677}
    3678 #define jjWRONG2 (proc2)jjWRONG
    3679 #define jjWRONG3 (proc3)jjWRONG
    36803678static BOOLEAN jjWRONG(leftv, leftv)
     3679{
     3680  return TRUE;
     3681}
     3682static BOOLEAN jjWRONG2(leftv, leftv, leftv)
     3683{
     3684  return TRUE;
     3685}
     3686static BOOLEAN jjWRONG3(leftv, leftv, leftv, leftv)
    36813687{
    36823688  return TRUE;
Note: See TracChangeset for help on using the changeset viewer.