]> www.ginac.de Git - ginac.git/blobdiff - ginac/tinfos.h
- replaced the Derivative() function by a more resonable fderivative class;
[ginac.git] / ginac / tinfos.h
index 775cfc774e7fa9f7204ec38cd4d8e1e9f2230d3a..20e6d2b3288e6d2890559a99234e9eff8c95dd3a 100644 (file)
@@ -36,6 +36,7 @@ const unsigned TINFO_constant      = 0x00021001U;
 
 const unsigned TINFO_exprseq       = 0x00030001U;
 const unsigned TINFO_function      = 0x00031001U;
+const unsigned TINFO_fderivative   = 0x00032001U;
 const unsigned TINFO_ncmul         = 0x00031002U;
 
 const unsigned TINFO_lst           = 0x00040001U;