Changeset 3747fa8 in git


Ignore:
Timestamp:
Mar 31, 2014, 5:17:31 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
1dfdbe63f2576dd405c98d7eed23231aa025ca2b
Parents:
52aba9b82e73080fbdfa8e56bcf6c5ba8d5d39f2
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-03-31 17:17:31+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-04-04 23:54:10+02:00
Message:
change the type of currently undefined list entries from NONE to DEF_CMD
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.cc

    r52aba9 r3747fa8  
    10121012        {
    10131013          //Warn("out of range: %d not in 1..%d",e->start,l->nr+1);
    1014           r=NONE;
     1014          r=DEF_CMD;
    10151015        }
    10161016      }
Note: See TracChangeset for help on using the changeset viewer.