Changeset 011fb62 in git


Ignore:
Timestamp:
Jan 31, 2011, 3:03:16 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
c3cf2c68bb24f7b2995e7855776ba6d110a20583
Parents:
8739c990363a65087886b6c74d02b55411b26d87
Message:
error messages for python support

git-svn-id: file:///usr/local/Singular/svn/trunk@13808 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/pyobject.cc

    r8739c9 r011fb62  
    4848  /// Initialize unique (singleton) python interpreter instance,
    4949  /// and set Singular type identifier
    50   static void init(id_type num = MAX_TOK) { instance().m_id = num; }
     50  static void init(id_type num ) { instance().m_id = num; }
    5151
    5252  /// Get Singular type identitfier
     
    338338    }
    339339   
    340     Werror("Iype # %d incompatible with pyobject", typeId);
     340    Werror("type # %d incompatible with pyobject", typeId);
    341341    return PythonObject();
    342342  }
Note: See TracChangeset for help on using the changeset viewer.