Changeset 637428 in git


Ignore:
Timestamp:
Jan 24, 2005, 3:59:13 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
41cf23445b2ea57c5f6ec2cce4caffc51b9c7028
Parents:
1b61353ce8e537757677d798cb81d4f53609e999
Message:
*hannes: INIT_BUG and gcc 3.4


git-svn-id: file:///usr/local/Singular/svn/trunk@7683 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.h

    r1b6135 r637428  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ipshell.h,v 1.35 2004-10-05 13:00:51 Singular Exp $ */
     6/* $Id: ipshell.h,v 1.36 2005-01-24 14:59:13 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    8888typedef BOOLEAN (*proc1)(leftv,leftv);
    8989
    90 #ifdef INIT_BUG
     90#ifdef __GNUC__
     91#if (__GNUC__ < 3)
     92#define INIT_BUG 1
    9193void    jjInitTab1();
    9294#endif
     95#endif
     96
    9397#ifdef GENTABLE
    9498typedef char * (*Proc1)(char *);
  • Singular/mod2.h.in

    r1b6135 r637428  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.107 2003-07-14 14:09:27 Singular Exp $
     8 *  Version: $Id: mod2.h.in,v 1.108 2005-01-24 14:59:13 Singular Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
     
    163163/* includes for Metrowerks */
    164164#include "mod2.mwerks.h"
    165 #else
    166 /* works around a quirk in gcc in the generation of parser tables */
    167 #define INIT_BUG
    168165#endif
    169166
Note: See TracChangeset for help on using the changeset viewer.