Changeset 20e3062 in git
- Timestamp:
- Sep 3, 2013, 7:57:05 AM (10 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/misc_ip.cc
rba5e9e r20e3062 35 35 #include "feOpt.h" 36 36 #include "links/silink.h" 37 #include "mod_lib.h" 37 38 38 39 // the following 2 inline functions are just convenience shortcuts for Frank's code: … … 899 900 #endif 900 901 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 901 909 StringAppend("\tAC_CONFIGURE_ARGS=%s,\n" 902 910 "\tCC=%s,FLAGS:%s,\n"
Note: See TracChangeset
for help on using the changeset viewer.