Changeset 90f39e in git for factory


Ignore:
Timestamp:
Jan 27, 1998, 12:06:41 PM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
10b3a752e88f890c4be07205f527a9623b8284b7
Parents:
2898ae8261e3e2d7a85476cef2bbbda4f77aa827
Message:
include for macintosh


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

Legend:

Unmodified
Added
Removed
  • factory/fac_ezgcd.cc

    r2898ae r90f39e  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: fac_ezgcd.cc,v 1.8 1997-10-09 14:44:49 schmidt Exp $ */
     2/* $Id: fac_ezgcd.cc,v 1.9 1998-01-27 11:04:04 pohl Exp $ */
    33
    44#include <config.h>
     
    99#include "cf_defs.h"
    1010#ifdef macintosh
    11 #include <::templates:ftmpl_functions.h>
     11#include <:templates:ftmpl_functions.h>
    1212#else
    1313#include "templates/ftmpl_functions.h"
  • factory/sm_sparsemod.cc

    r2898ae r90f39e  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: sm_sparsemod.cc,v 1.4 1997-12-08 18:24:45 schmidt Exp $ */
     2/* $Id: sm_sparsemod.cc,v 1.5 1998-01-27 11:01:29 pohl Exp $ */
    33
    44//{{{ docu
     
    2929#include "sm_sparsemod.h"
    3030#ifdef macintosh
    31 #include <::templates:ftmpl_array.h>
    32 #include <::templates:ftmpl_functions.h>
     31#include <:templates:ftmpl_array.h>
     32#include <:templates:ftmpl_functions.h>
    3333#else
    3434#include "templates/ftmpl_array.h"
  • factory/sm_util.cc

    r2898ae r90f39e  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: sm_util.cc,v 1.3 1997-08-29 07:26:46 schmidt Exp $ */
     2/* $Id: sm_util.cc,v 1.4 1998-01-27 11:06:41 pohl Exp $ */
    33
    44//{{{ docu
     
    2424#include "variable.h"
    2525#ifdef macintosh
    26 #include <::templates:ftmpl_array.h>
     26#include <:templates:ftmpl_array.h>
    2727#else
    2828#include "templates/ftmpl_array.h"
  • factory/sm_util.h

    r2898ae r90f39e  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: sm_util.h,v 1.3 1997-07-19 08:38:03 schmidt Exp $ */
     2/* $Id: sm_util.h,v 1.4 1998-01-27 11:06:40 pohl Exp $ */
    33
    44#ifndef INCL_SM_UTIL_H
     
    1818#include "cf_reval.h"
    1919#ifdef macintosh
    20 #include <::templates:ftmpl_array.h>
     20#include <:templates:ftmpl_array.h>
    2121#else
    2222#include "templates/ftmpl_array.h"
Note: See TracChangeset for help on using the changeset viewer.