Changeset fc5f58c in git for Singular/misc_ip.cc


Ignore:
Timestamp:
Sep 9, 2013, 5:08:13 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
bdd01c64f7880eb5e160d039a5f6af889273f29a
Parents:
3f7e6ee5eb7cfabd31853d8d1122aca446366f80
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-09-09 17:08:13+02:00
git-committer:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-10 15:30:18+02:00
Message:
fix: better readability of version string
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r3f7e6ee rfc5f58c  
    903903#undef SI_SHOW_BUILTIN_MODULE
    904904
    905               StringAppend("AC_CONFIGURE_ARGS=%s,\n"
    906                            "CC=%s,FLAGS:%s,\n"
    907                            "CXX=%s,FLAGS:%s,\n"
    908                            "DEFS:%s,CPPFLAGS:%s,\n"
    909                            "LDFLAGS:%s,LIBS:%s "
     905              StringAppend("AC_CONFIGURE_ARGS = %s,\n"
     906                           "CC = %s,FLAGS : %s,\n"
     907                           "CXX = %s,FLAGS : %s,\n"
     908                           "DEFS : %s,CPPFLAGS : %s,\n"
     909                           "LDFLAGS : %s,LIBS : %s "
    910910#ifdef __GNUC__
    911911              "(ver: " __VERSION__ ")"
Note: See TracChangeset for help on using the changeset viewer.