Changeset c6474a in git for kernel/structs.h


Ignore:
Timestamp:
Jul 18, 2011, 6:17:35 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
7d0225e5a511b7f22d8c67004515cac681735586
Parents:
76fead820d6b7ae29bbdfa38fdb5cf7cc1b8169d
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-18 18:17:35+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:56+01:00
Message:
fixed febase.h for febase.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/structs.h

    r76fead rc6474a  
    99*/
    1010
    11 /* for memset: */
    12 #include <string.h>
    1311/* for omBin */
    1412#include <omalloc/omalloc.h>
     
    4745#ifdef __cplusplus
    4846class sleftv;
    49 class slists;
    50 class sattr;
     47class procinfo;
    5148class skStrategy;
    5249class ssyStrategy;
    53 class procinfo;
    5450class CPolynomialSummator;
    5551class CGlobalMultiplier;
     
    6056typedef struct sip_package ip_package;
    6157typedef ip_package *       package;
    62 
    6358
    6459typedef struct  n_Procs_s  n_Procs_s;
     
    7671
    7772#ifdef __cplusplus
    78 typedef ip_link *          si_link;
     73//typedef ip_link *          si_link;
    7974typedef sleftv *           leftv;
    80 typedef slists *           lists;
    81 typedef sattr *            attr;
     75//typedef slists *           lists;
     76//typedef sattr *            attr;
    8277typedef skStrategy *       kStrategy;
    8378typedef ssyStrategy *      syStrategy;
     
    124119
    125120extern omBin char_ptr_bin;
    126 extern omBin sleftv_bin;
    127121
    128122#endif
Note: See TracChangeset for help on using the changeset viewer.