Changeset b39d4d in git for Singular/cntrlc.cc


Ignore:
Timestamp:
Dec 18, 2000, 4:44:42 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
Children:
e3dc1cc75eb8813142d38ad4d5b8638f5748228a
Parents:
6a9b5a892f6ba5ac58be777a540985149140afae
Message:
Dec alpha port


git-svn-id: file:///usr/local/Singular/svn/trunk@4933 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/cntrlc.cc

    r6a9b5a rb39d4d  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: cntrlc.cc,v 1.35 2000-09-18 12:03:56 obachman Exp $ */
     4/* $Id: cntrlc.cc,v 1.36 2000-12-18 15:44:39 obachman Exp $ */
    55/*
    66* ABSTRACT - interupt handling
     
    2626
    2727/* undef, if you don't want GDB to come up on error */
    28 #define CALL_GDB
     28
     29#if !defined(__alpha)
     30#define CALL_GDB
     31#endif
    2932
    3033#if defined(__OPTIMIZE__) && defined(CALL_GDB)
Note: See TracChangeset for help on using the changeset viewer.