Changeset ca9096f in git for Singular/mpsr_Tok.h


Ignore:
Timestamp:
Aug 16, 2011, 7:31:07 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
Children:
643b538e22eb5f58bfb7663b4801ca17c1bfb00a
Parents:
9b57340f94fb367ee993e6e90c527c2c5208501b
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-16 19:31:07+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:21+01:00
Message:
ADD: #ifdef HAVE_MPSR safeguards around the header-content
CHG: minor cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/mpsr_Tok.h

    r9b5734 rca9096f  
    1313 *
    1414 ***************************************************************/
     15
     16#ifdef HAVE_MPSR
     17
    1518#ifndef __MPSR_TOK_H__
    1619#define __MPSR_TOK_H__
    17 #include"mpsr.h"
     20
     21#include <Singular/mpsr.h>
    1822
    1923extern mpsr_Status_t mpsr_tok2mp(short tok, MP_DictTag_t *dict,
     
    3034
    3135#endif  // __MPSR_TOK_H__
     36
     37
     38#endif // #ifdef HAVE_MPSR
Note: See TracChangeset for help on using the changeset viewer.