Changeset c6474a in git for kernel/structs.h
- Timestamp:
- Jul 18, 2011, 6:17:35 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/structs.h
r76fead rc6474a 9 9 */ 10 10 11 /* for memset: */12 #include <string.h>13 11 /* for omBin */ 14 12 #include <omalloc/omalloc.h> … … 47 45 #ifdef __cplusplus 48 46 class sleftv; 49 class slists; 50 class sattr; 47 class procinfo; 51 48 class skStrategy; 52 49 class ssyStrategy; 53 class procinfo;54 50 class CPolynomialSummator; 55 51 class CGlobalMultiplier; … … 60 56 typedef struct sip_package ip_package; 61 57 typedef ip_package * package; 62 63 58 64 59 typedef struct n_Procs_s n_Procs_s; … … 76 71 77 72 #ifdef __cplusplus 78 typedef ip_link * si_link;73 //typedef ip_link * si_link; 79 74 typedef sleftv * leftv; 80 typedef slists * lists;81 typedef sattr * attr;75 //typedef slists * lists; 76 //typedef sattr * attr; 82 77 typedef skStrategy * kStrategy; 83 78 typedef ssyStrategy * syStrategy; … … 124 119 125 120 extern omBin char_ptr_bin; 126 extern omBin sleftv_bin;127 121 128 122 #endif
Note: See TracChangeset
for help on using the changeset viewer.