Changeset 5f4463 in git for kernel/febase.h


Ignore:
Timestamp:
Apr 11, 2011, 6:39:34 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5beac5a8a177a4d4938cbc1e887bbd115a393f3a
Parents:
16733868763266ec04dae72db238bced32663735
Message:
making the sun-c/c++ compiler happy (still waiting for to issues...)



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

Legend:

Unmodified
Added
Removed
  • kernel/febase.h

    r1673386 r5f4463  
    129129extern "C" {
    130130#endif
    131 
     131#ifndef __GNUC__
     132#undef __attribute__
     133#define __attribute__(A)
     134#endif
    132135
    133136extern void (*WerrorS_callback)(const char *s);
Note: See TracChangeset for help on using the changeset viewer.