Changeset 319eab in git for Singular/cntrlc.cc


Ignore:
Timestamp:
Oct 24, 2013, 3:09:05 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
64b9bf992f264ded468801493ed3f0c0b0d80082
Parents:
4f27bf50e1488440ad6012cf7e75f9c2d1e00e76
Message:
chg: singuname stuff -> standard defines
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/cntrlc.cc

    r4f27bf r319eab  
    172172
    173173/*---------------------------------------------------------------------*/
    174 #if defined(ix86_Linux)
     174#if defined(__linux__) && defined(__i386)
    175175  #if !defined(HAVE_SIGCONTEXT) && !defined(HAVE_ASM_SIGCONTEXT_H)
    176176// we need the following structure sigcontext_struct.
     
    207207#endif
    208208
    209 #if defined(x86_64_Linux)
     209#if defined(__linux__) && defined(__amd64)
    210210#define HAVE_SIGSTRUCT
    211211#endif
Note: See TracChangeset for help on using the changeset viewer.