Changeset b9b41a in git for resource/feResource.cc


Ignore:
Timestamp:
Jun 24, 2010, 2:48:59 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0a59ea4eba6667e9a97270ba5f646b4422b9352e
Parents:
e49c970bf24234ef845900338e0d0fc7b4656649
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-24 14:48:59+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:19+01:00
Message:
definies for feResource
File:
1 edited

Legend:

Unmodified
Added
Removed
  • resource/feResource.cc

    re49c970 rb9b41a  
    1111#include <string.h>
    1212
    13 #include <kernel/mod2.h>
     13#include <auxiliary.h>
     14
     15#include "config.h"
    1416#ifdef AIX_4
    1517#define HAVE_PUTENV 1
     
    2123
    2224
    23 #include "../Singular/distrib.h"
    24 #include "dError.h"
     25#include <reporter.h>
    2526#if !defined(ESINGULAR) && !defined(TSINGULAR)
    26 #include <kernel/febase.h>
    27 #include <omalloc/omalloc.h>
     27#include <omalloc.h>
    2828#else
    2929char* feResource(const char id, int warn = -1);
    3030char* feResource(const char* key, int warn = -1);
    31 #include <kernel/dError.c>
    3231#endif
    3332
Note: See TracChangeset for help on using the changeset viewer.