Changeset 111cfe in git for Singular/grammar.y


Ignore:
Timestamp:
Jul 26, 2005, 7:06:59 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
5c32833552c1f18e3ee320d4cc4d3c0176d81734
Parents:
aaa49cc6aa7665f191223675066ceaf1f337254e
Message:
*hannes: removed MWERKS


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

Legend:

Unmodified
Added
Removed
  • Singular/grammar.y

    raaa49c r111cfe  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: grammar.y,v 1.112 2005-05-18 17:57:04 Singular Exp $ */
     4/* $Id: grammar.y,v 1.113 2005-07-26 17:06:56 Singular Exp $ */
    55/*
    66* ABSTRACT: SINGULAR shell grammatik
     
    1313#include <stdarg.h>
    1414#include <string.h>
    15 #ifdef __MWERKS__
    16   #ifdef __POWERPC__
    17     #include <alloca.h>
    18   #else
    19     #ifdef macintosh
    20       #define alloca malloc /* this is not corect! */
    21     #else
    22       #include <malloc.h>
    23     #endif
    24   #endif
    25 #endif
    2615
    2716#include "mod2.h"
Note: See TracChangeset for help on using the changeset viewer.