]> www.ginac.de Git - ginac.git/blobdiff - ginac/tinfos.h
- Macro GINAC_CHECK_LIBCLN only checks if doublefactorial is available now.
[ginac.git] / ginac / tinfos.h
index 90c34f9ef43ed05ec6ea6d8302d6ac8ae8a7ed71..b60ce4bc226d9aad51ca6d4f43e1a89cd0223fd1 100644 (file)
@@ -3,7 +3,7 @@
  *  Values for a do-it-yourself typeinfo scheme. */
 
 /*
- *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -52,7 +52,7 @@ const unsigned TINFO_fail         = 0x00080001U;
 
 const unsigned TINFO_numeric      = 0x00090001U;
 
-const unsigned TINFO_series       = 0x000a0001U;
+const unsigned TINFO_pseries      = 0x000a0001U;
 
 const unsigned TINFO_indexed      = 0x000b0001U;
 const unsigned TINFO_algebra      = 0x000b1001U;