Changeset bf2cb0 in git


Ignore:
Timestamp:
Apr 9, 1998, 12:38:58 PM (25 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
3ff3340440b9a4e3cdcb21b9b96355b3133f39c1
Parents:
43ad8d3a0bac24e78153444638b76171714c3860
Message:
PROC_BUG defined for Metrowerks


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

Legend:

Unmodified
Added
Removed
  • Singular/mod2.h.in

    r43ad8d rbf2cb0  
    126126/* Undefine to disable Gerhard's and Wilfried's fast and dirty std computations */
    127127#define FAST_AND_DIRTY
     128#ifdef __MWERKS__
     129/* static tables only */
     130#define PROC_BUG
     131#else
    128132/* works around a quirk in the generation of parser tables */
    129133#define INIT_BUG
     134#endif
    130135
    131136/* Define to use new namespaces techniks */
Note: See TracChangeset for help on using the changeset viewer.