Changeset 1983c3 in git


Ignore:
Timestamp:
May 9, 2011, 3:01:50 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
a1176850d8bc3768dff97fab8beb14e098171bf7
Parents:
abb478768b4e6470e8184a28c8fd2546f40af8de
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-05-09 15:01:50+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:39+01:00
Message:
removed unused global vars from modulop.cc
fix for coeffs/test-g
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gmp.h

    rabb4787 r1983c3  
    77extern "C" {
    88#include <gmp.h>
    9 };
     9}
    1010#define __cplusplus __cplusplus_backup
    1111
  • libpolys/coeffs/Makefile.am

    rabb4787 r1983c3  
    5555
    5656test_CXXFLAGS   = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} -fimplicit-templates
    57 test_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
     57test_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} -fimplicit-templates
    5858# -fdiagnostics-show-option
    5959
  • libpolys/coeffs/modulop.cc

    rabb4787 r1983c3  
    2222
    2323// int npGen=0;
    24 
    25 
    26 #ifdef HAVE_DIV_MOD
    27 unsigned short *npInvTable=NULL;
    28 #endif
    29 
    30 #if !defined(HAVE_DIV_MOD) || !defined(HAVE_MULT_MOD)
    31 unsigned short *npExpTable=NULL;
    32 unsigned short *npLogTable=NULL;
    33 #endif
    3424
    3525
Note: See TracChangeset for help on using the changeset viewer.