Changeset ce3dda in git


Ignore:
Timestamp:
Jan 31, 2006, 4:08:10 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
dbe2b00ab1250ae1981635a4ed7288cad642bb8c
Parents:
66b5b8c82efc6d9d9508f5ee9f49a7644f2635fe
Message:
*hannes: solaris port


git-svn-id: file:///usr/local/Singular/svn/trunk@8917 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
IntegerProgramming
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • IntegerProgramming/Makefile.in

    r66b5b8 rce3dda  
    2828## compiler and linker options
    2929##
    30 CPPFLAGS        = -I . @CPPFLAGS@
     30CPPFLAGS        = -I. @CPPFLAGS@
    3131CXXFLAGS        = @CXXFLAGS@
    3232LDFLAGS         = -L${libdir} @LDFLAGS@ -lgmp
  • IntegerProgramming/binomial.cc

    r66b5b8 rce3dda  
    14341434
    14351435#endif  // SUPPORT_DRIVEN_METHODS
     1436  return TRUE;
    14361437
    14371438}
     
    15191520
    15201521#endif  // SUPPORT_DRIVEN_METHODS
    1521 
     1522  return TRUE;
    15221523}
    15231524
  • IntegerProgramming/list.cc

    r66b5b8 rce3dda  
    11381138{
    11391139  actual->done=TRUE;
     1140  return *this;
    11401141}
    11411142
  • IntegerProgramming/si_gmp.h

    r66b5b8 rce3dda  
    1 /* $Id: si_gmp.h,v 1.1 2004-01-29 15:07:13 Singular Exp $ */
     1/* $Id: si_gmp.h,v 1.2 2006-01-31 15:08:10 Singular Exp $ */
    22
    33#ifndef INCL_CF_GMP_H
    44#define INCL_CF_GMP_H
    55
    6 #ifdef __cplusplus
    7 extern "C" {
    8 #undef __cplusplus
    96#include <gmp.h>
    10 #define __cplusplus 1
    11 }
    12 #else
    13 #include <gmp.h>
    14 #endif
    157
    168#endif /* ! INCL_CF_GMP_H */
Note: See TracChangeset for help on using the changeset viewer.