# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1375727765 14400 # Node ID 4e9ff411d0fa6a76bc79bef66dc27d029e113eef # Parent 54e251e699bb5ac19df59d00e934db3e9e2b67fe Remove minor stylistic C'ism * __glpk__.cc: Declare control_params with C++ syntax instead of C's typedef convention. diff -r 54e251e699bb -r 4e9ff411d0fa libinterp/dldfcn/__glpk__.cc --- a/libinterp/dldfcn/__glpk__.cc Sat Aug 03 15:38:47 2013 +0200 +++ b/libinterp/dldfcn/__glpk__.cc Mon Aug 05 14:36:05 2013 -0400 @@ -49,7 +49,7 @@ #endif } -typedef struct +struct control_params { int msglev; int dual; @@ -69,7 +69,7 @@ double objul; double tolint; double tolobj; -} control_params; +}; static jmp_buf mark; //-- Address for long jump to jump to