Changeset 3747fa8 in git


Ignore:
Timestamp:
Mar 31, 2014, 5:17:31 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
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.