Changeset 0d25fc in git for Singular/iplib.cc


Ignore:
Timestamp:
Jun 18, 2013, 10:51:13 AM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
b7f609648177988c64be717b8badbaf38f56ff8a
Parents:
a38e4575b7b5c67a54abd2173a0cf599dcb60cb0
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-06-18 10:51:13+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-06-18 12:44:32+02:00
Message:
Fixed static mod_init handling (on OSX / clang)

fix: wrong function declaration
fix: typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    ra38e457 r0d25fc  
    730730}
    731731
    732 void staticdemo_mod_init(SModulFunctions*){ PrintS("init of staticdemo\n"); }
     732int staticdemo_mod_init(SModulFunctions*){ PrintS("init of staticdemo\n"); }
    733733
    734734#define SI_GET_BUILTIN_MOD_INIT(name) \
Note: See TracChangeset for help on using the changeset viewer.