Changeset 35a0c12 in git for Singular/blackbox.h


Ignore:
Timestamp:
Dec 6, 2012, 2:46:43 PM (11 years ago)
Author:
Alexander Dreyer <adreyer@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
51f56350e07c1644b3a676e1ad934986088a0bd0
Parents:
8a8315c064275dd1bdd822cbc4e00072d5a3761e
git-author:
Alexander Dreyer <adreyer@gmx.de>2012-12-06 14:46:43+01:00
git-committer:
Alexander Dreyer <adreyer@gmx.de>2012-12-06 15:20:24+01:00
Message:
pyobject.so now autoloaded when needed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/blackbox.h

    r8a8315c r35a0c12  
    7070/// return the name to the type given by t (r/o)
    7171const char *    getBlackboxName(const int t);
    72 /// used by scanner: returns ROOTDECL for known types (and the type number in t)
     72/// used by scanner: returns ROOT_DECL for known types
     73/// (and the type number in @c tok)
    7374int blackboxIsCmd(const char *n, int & tok);
    7475/// define a new type
Note: See TracChangeset for help on using the changeset viewer.