Changeset 0b8402 in git


Ignore:
Timestamp:
Sep 4, 2013, 10:53:18 AM (10 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
3068e8e0178befced3d9ba137e70107441635720
Parents:
7308ee1419e15b6c3ae8b41884eeb787c106e26e
Message:
minor changes with respect to ntDiff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/transext.cc

    r7308ee r0b8402  
    753753
    754754  fraction t = (fraction) d;
    755   if (IS0(d)) WerrorS("ringvar expected");
     755  if (IS0(d))
     756  {
     757    WerrorS("ringvar expected");
     758    return NULL;
     759  }
    756760  if (!DENIS1(t))
    757761  {
Note: See TracChangeset for help on using the changeset viewer.