]> www.ginac.de Git - ginac.git/blobdiff - ginac/compiler.h
Remove support for Cint.
[ginac.git] / ginac / compiler.h
index 0bdcf025f5a82506dbaea14061d91b0467a740bb..e7a70f17f5b83a4a8ad9b4956819a124d5f60c14 100644 (file)
@@ -3,7 +3,7 @@
  *  Definition of optimizing macros. */
 
 /*
- *  GiNaC Copyright (C) 1999-2009 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2015 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
@@ -31,4 +31,9 @@
 #define likely(cond) (cond)
 #endif
 
+#ifdef _MSC_VER
+#define __func__ __FUNCTION__
+#define __alignof__ __alignof
+#endif
+
 #endif // ndef GINAC_COMPILER_DEP_H