Changeset 20e3062 in git


Ignore:
Timestamp:
Sep 3, 2013, 7:57:05 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
2e4ee2b73c0c10b254963f2c5bb24ce6688d1f5b
Parents:
ba5e9e013e5f2dc73f8cdb4219c1f1e8a19266d3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-09-03 07:57:05+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-09-03 07:59:31+02:00
Message:
Added a listing of built-in modules (in the output of `Singular -v`)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    rba5e9e r20e3062  
    3535#include "feOpt.h"
    3636#include "links/silink.h"
     37#include "mod_lib.h"
    3738
    3839// the following 2 inline functions are just convenience shortcuts for Frank's code:
     
    899900#endif
    900901              StringAppend("random=%d\n",siRandomStart);
     902   
     903#define SI_SHOW_BUILTIN_MODULE(name) StringAppend(" %s", #name);
     904              StringAppendS("built-in modules: {");
     905              SI_FOREACH_BUILTIN(SI_SHOW_BUILTIN_MODULE)
     906              StringAppendS("}\n");
     907#undef SI_SHOW_BUILTIN_MODULE
     908     
    901909              StringAppend("\tAC_CONFIGURE_ARGS=%s,\n"
    902910                           "\tCC=%s,FLAGS:%s,\n"
Note: See TracChangeset for help on using the changeset viewer.