Changeset 889f6e in git for Singular/libparse.h


Ignore:
Timestamp:
Mar 25, 2008, 3:51:59 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
73a0cd84e0e3f9e1c820b6540e377fdd9f591c76
Parents:
17681b6330b092ea39393d1499e0c34764e7ea67
Message:
*hannes: const


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

Legend:

Unmodified
Added
Removed
  • Singular/libparse.h

    r17681b r889f6e  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: libparse.h,v 1.16 2008-03-19 17:44:36 Singular Exp $ */
     6/* $Id: libparse.h,v 1.17 2008-03-25 14:51:58 Singular Exp $ */
    77/*
    88* ABSTRACT: lib parsing
     
    1616
    1717procinfo *iiInitSingularProcinfo(procinfov pi, const char *libname,
    18                                  const char *procname, int line, long pos,
    19                                  BOOLEAN pstatic = FALSE);
     18              const char *procname, int line, long pos, BOOLEAN pstatic=FALSE);
     19
    2020#ifdef HAVE_NS
    2121int yylplex(char *libname, char *libfile, lib_style_types *lib_style,
Note: See TracChangeset for help on using the changeset viewer.