Changeset 2fb5762 in git


Ignore:
Timestamp:
Apr 15, 1997, 12:12:43 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8c016376411d28aef5c26d7ff6332f37a590550e
Parents:
57f078d6983d5116f8b1f4856933225f544ca096
Message:
#include <config.h> added
the headers config.h and assert.h will be included
  be makeheader now


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

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_list.cc

    r57f078 r2fb5762  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_list.cc,v 1.1 1997-03-27 10:31:57 schmidt Exp $
     2// $Id: ftmpl_list.cc,v 1.2 1997-04-15 10:10:20 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.1  1997/03/27 10:31:57  schmidt
     7stream-io wrapped by NOSTREAMIO
     8error check changed to ASSERT
     9
    610Revision 1.0  1996/05/17 11:06:32  stobbe
    711Initial revision
     
    913*/
    1014
    11 #include <templates/assert.h>
     15/*MAKEHEADER*/
     16#include "templates/config.h"
     17
     18/*MAKEHEADER*/
     19#include "templates/assert.h"
    1220
    1321#include <templates/list.h>
  • factory/templates/ftmpl_matrix.cc

    r57f078 r2fb5762  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_matrix.cc,v 1.2 1997-03-27 10:33:48 schmidt Exp $
     2// $Id: ftmpl_matrix.cc,v 1.3 1997-04-15 10:12:43 schmidt Exp $
    33
    44/*
    55 * $Log: not supported by cvs2svn $
     6 * Revision 1.2  1997/03/27 10:33:48  schmidt
     7 * stream-io wrapped by NOSTREAMIO
     8 * definition of assertions replaced by #include <assert.h>
     9 *
    610 * Revision 1.1  1996/12/18 15:04:23  schmidt
    711 * Initial revision
     
    913 */
    1014
    11 #include <templates/assert.h>
     15/*MAKEHEADER*/
     16#include "templates/config.h"
     17
     18/*MAKEHEADER*/
     19#include "templates/assert.h"
    1220
    1321#include <templates/matrix.h>
Note: See TracChangeset for help on using the changeset viewer.