Changeset 25 for trunk/include/misc.h


Ignore:
Timestamp:
Jun 1, 1999, 5:47:38 PM (26 years ago)
Author:
phaller
Message:

Fix: minor build glitch in debug build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/misc.h

    r17 r25  
    1 /* $Id: misc.h,v 1.5 1999-05-31 22:08:08 phaller Exp $ */
     1/* $Id: misc.h,v 1.6 1999-06-01 15:46:21 phaller Exp $ */
    22
    33/*
     
    1414#endif
    1515
     16
     17/* enable support for the _interrupt() statement */
     18#if (defined(__IBMCPP__) || defined(__IBMC__))
     19#  include <builtin.h>
     20#endif
    1621
    1722#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.