Changeset 35a0c12 in git for Singular/blackbox.h
- Timestamp:
- Dec 6, 2012, 2:46:43 PM (11 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/blackbox.h
r8a8315c r35a0c12 70 70 /// return the name to the type given by t (r/o) 71 71 const 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) 73 74 int blackboxIsCmd(const char *n, int & tok); 74 75 /// define a new type
Note: See TracChangeset
for help on using the changeset viewer.