lemon/glpk.h
branch1.1
changeset 664 c01a98ce01fd
parent 568 745e182d0139
child 711 5100072d83ca
     1.1 --- a/lemon/glpk.h	Thu May 07 02:05:12 2009 +0200
     1.2 +++ b/lemon/glpk.h	Tue May 12 12:09:55 2009 +0100
     1.3 @@ -26,9 +26,10 @@
     1.4  #include <lemon/lp_base.h>
     1.5  
     1.6  // forward declaration
     1.7 -#ifndef _GLP_PROB
     1.8 +#if !defined _GLP_PROB && !defined GLP_PROB
     1.9  #define _GLP_PROB
    1.10 -typedef struct { double _prob; } glp_prob;
    1.11 +#define GLP_PROB
    1.12 +typedef struct { double _opaque_prob; } glp_prob;
    1.13  /* LP/MIP problem object */
    1.14  #endif
    1.15