Changeset e7cb20 in git
- Timestamp:
- Jun 13, 2013, 12:41:56 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- d775e519fa82c002572d593226a06c894ef9be59
- Parents:
- 731d94de85b21c435e849693855abd08e2f50aea
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iplib.cc
r731d94d re7cb20 730 730 } 731 731 732 int huhu_mod_init(SModulFunctions*){ return 0; }732 void staticdemo_mod_init(SModulFunctions*){ PrintS("init of staticdemo\n"); } 733 733 734 734 #define SI_GET_BUILTIN_MOD_INIT(name) \ -
libpolys/polys/mod_raw.h
r731d94d re7cb20 53 53 /// use @c add(name) to add built-in library to macro 54 54 #define SI_FOREACH_BUILTIN(add)\ 55 add( huhu)\55 add(staticdemo)\ 56 56 SI_BUILTIN_PYOBJECT(add) 57 57 58 #define SI_MOD_INIT(name) name##_mod_init 58 59 59 60 #endif /* MOD_RAW_H */
Note: See TracChangeset
for help on using the changeset viewer.