Changeset d4c1d0 in git


Ignore:
Timestamp:
Apr 22, 1998, 4:16:00 PM (25 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
1468f7abf1c920bb154e9ca7050ad6e25b46e666
Parents:
30ae549770efe9d4bd2b4489572c5cf0f77e7c39
Message:
	* header.tpl, factor.h, factor/version.cc (libfac_name,
	  libgac_version, libfac_date, libfac_athur): defined/declared
 	  const


git-svn-id: file:///usr/local/Singular/svn/trunk@1424 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
libfac
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libfac/factor.h

    r30ae54 rd4c1d0  
    1111
    1212// some values you can ask for:
    13 extern char * libfac_name;
    14 extern char * libfac_version;
    15 extern char * libfac_date;
    16 extern char * libfac_author;
     13extern const char * libfac_name;
     14extern const char * libfac_version;
     15extern const char * libfac_date;
     16extern const char * libfac_author;
    1717
    1818//// Note: second argument for Factorize is for internal use only.
  • libfac/factor/version.cc

    r30ae54 rd4c1d0  
    22///////////////////////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: version.cc,v 1.3 1997-09-12 07:20:02 Singular Exp $
     4// $Id: version.cc,v 1.4 1998-04-22 14:15:49 schmidt Exp $
    55static char * rcsid = "@(#) libfac version 0.2.4 [May 29 1997] (C) 1996-97 M. Messollen";
    66///////////////////////////////////////////////////////////////////////////////
    77
    8 char * libfac_name = "Factorization and characteristic sets library";
    9 char * libfac_version = "0.3.0";
    10 char * libfac_date = "Sep 11 1997";
    11 char * libfac_author = "M. Messollen";
     8const char * libfac_name = "Factorization and characteristic sets library";
     9const char * libfac_version = "0.3.0";
     10const char * libfac_date = "Sep 11 1997";
     11const char * libfac_author = "M. Messollen";
    1212
    1313int    libfac_interruptflag=0;
  • libfac/header.tpl

    r30ae54 rd4c1d0  
    1010
    1111// some values you can ask for:
    12 extern char * libfac_name;
    13 extern char * libfac_version;
    14 extern char * libfac_date;
    15 extern char * libfac_author;
     12extern const char * libfac_name;
     13extern const char * libfac_version;
     14extern const char * libfac_date;
     15extern const char * libfac_author;
    1616
    1717//// Note: second argument for Factorize is for internal use only.
Note: See TracChangeset for help on using the changeset viewer.