Changeset f43a74 in git for Singular/iplib.cc


Ignore:
Timestamp:
May 18, 2005, 5:59:37 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
42f5a8bf6b4c7bed01fc4375213acbce2abcfe04
Parents:
b340969c053d9f828187f38bac97b1feb96e654e
Message:
*hannes: new lib: sheafcohom.lib
         weight stuff
         load stuff


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

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    rb34096 rf43a74  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.111 2005-05-12 12:46:42 Singular Exp $ */
     4/* $Id: iplib.cc,v 1.112 2005-05-18 15:59:35 Singular Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    3939#include "mod_raw.h"
    4040
    41 static char *iiConvName(const char *p);
    4241#ifdef HAVE_LIBPARSER
    4342void yylprestart (FILE *input_file );
     
    11451144//#endif
    11461145
    1147 static char *iiConvName(const char *libname)
     1146char *iiConvName(const char *libname)
    11481147{
    11491148  char *tmpname = omStrDup(libname);
Note: See TracChangeset for help on using the changeset viewer.