Changeset 27f57a6 in git


Ignore:
Timestamp:
Aug 20, 2010, 1:40:52 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
10c41fa0f244cbf47bb8932adcc22eed2f2dc306
Parents:
7c69a85f563064e4cd9ea49e32b34714e674656e
Message:
removed macos 9 stuff

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

Legend:

Unmodified
Added
Removed
  • factory/factory.template

    r7c69a8 r27f57a6  
    4242#endif /* SINGULAR */
    4343
    44 #ifdef macintosh
    45 #include <:templates:ftmpl_array.h>
    46 #include <:templates:ftmpl_factor.h>
    47 #include <:templates:ftmpl_list.h>
    48 #include <:templates:ftmpl_matrix.h>
    49 #else
    5044#include <templates/ftmpl_array.h>
    5145#include <templates/ftmpl_factor.h>
    5246#include <templates/ftmpl_list.h>
    5347#include <templates/ftmpl_matrix.h>
    54 #endif
    5548
    5649/*MAKEHEADER PUBLIC ONLY*/
  • factory/ftmpl_array.h

    r7c69a8 r27f57a6  
    1414//}}}
    1515
    16 #ifdef macintosh
    17 #include <:templates:ftmpl_array.h>
    18 #else
    1916#include "templates/ftmpl_array.h"
    20 #endif
    2117
    2218#endif /* ! INCL_ARRAY_H */
  • factory/ftmpl_factor.h

    r7c69a8 r27f57a6  
    1414//}}}
    1515
    16 #ifdef macintosh
    17 #include <:templates:ftmpl_factor.h>
    18 #else
    1916#include "templates/ftmpl_factor.h"
    20 #endif
    2117
    2218#endif /* ! INCL_FACTOR_H */
  • factory/ftmpl_functions.h

    r7c69a8 r27f57a6  
    1414//}}}
    1515
    16 #ifdef macintosh
    17 #include <:templates:ftmpl_functions.h>
    18 #else
    1916#include "templates/ftmpl_functions.h"
    20 #endif
    2117
    2218#endif /* ! INCL_FUNCTIONS_H */
  • factory/ftmpl_inst.cc

    r7c69a8 r27f57a6  
    1414#include <factoryconf.h>
    1515
    16 #ifdef macintosh
    17 #include <:templates:ftmpl_array.cc>
    18 #include <:templates:ftmpl_factor.cc>
    19 #include <:templates:ftmpl_list.cc>
    20 #include <:templates:ftmpl_functions.h>
    21 #include <:templates:ftmpl_matrix.cc>
    22 #else
    2316#include <templates/ftmpl_array.cc>
    2417#include <templates/ftmpl_factor.cc>
     
    2619#include <templates/ftmpl_functions.h>
    2720#include <templates/ftmpl_matrix.cc>
    28 #endif
    2921
    3022#include <factory.h>
  • factory/templates/ftmpl_array.cc

    r7c69a8 r27f57a6  
    44#include <factoryconf.h>
    55
    6 #ifdef macintosh
    7 #include <:templates:ftmpl_array.h>
    8 #else
    96#include <templates/ftmpl_array.h>
    10 #endif
    117
    128template <class T>
  • factory/templates/ftmpl_factor.cc

    r7c69a8 r27f57a6  
    44#include <factoryconf.h>
    55
    6 #ifdef macintosh
    7 #include <:templates:ftmpl_factor.h>
    8 #else
    96#include <templates/ftmpl_factor.h>
    10 #endif
    117
    128template <class T>
  • factory/templates/ftmpl_list.cc

    r7c69a8 r27f57a6  
    44#include <factoryconf.h>
    55
    6 #ifdef macintosh
    7 #include <:templates:ftmpl_list.h>
    8 #else
    96#include <templates/ftmpl_list.h>
    10 #endif
    117
    128template <class T>
  • factory/templates/ftmpl_matrix.cc

    r7c69a8 r27f57a6  
    44#include <factoryconf.h>
    55
    6 #ifdef macintosh
    7 #include <:templates:ftmpl_matrix.h>
    8 #else
    96#include <templates/ftmpl_matrix.h>
    10 #endif
    117
    128template <class T>
  • factory/winnt/factory.h

    r7c69a8 r27f57a6  
    4343#endif /* SINGULAR */
    4444
    45 #ifdef macintosh
    46 #include <:templates:ftmpl_array.h>
    47 #include <:templates:ftmpl_factor.h>
    48 #include <:templates:ftmpl_list.h>
    49 #include <:templates:ftmpl_matrix.h>
    50 #else
    5145#include <templates/ftmpl_array.h>
    5246#include <templates/ftmpl_factor.h>
    5347#include <templates/ftmpl_list.h>
    5448#include <templates/ftmpl_matrix.h>
    55 #endif
    5649
    5750/* stuff included from ./cf_globals.h */
Note: See TracChangeset for help on using the changeset viewer.