Changeset 0a3ddd in git for Singular/libparse.h


Ignore:
Timestamp:
Oct 21, 1998, 12:25:54 PM (26 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c67136b6996540333f40f75592110b036a513219
Parents:
474fb0f7cb536c4ad3eda28eea8a1d8a1cfd6ecb
Message:
 Modified Files:
 	extra.cc grammar.y iparith.cc ipassign.cc ipconv.cc ipid.cc
 	ipid.h iplib.cc ipprint.cc ipshell.cc ipshell.h libparse.h
 	libparse.l lists.h lists.cc misc.cc tok.h tesths.cc subexpr.h
 	subexpr.cc silink.cc ring.cc mpsr_Tok.cc mpsr_Put.h
 	mpsr_Put.cc
	Added major changes for Namespaces. All test, except MP are
	running.


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

Legend:

Unmodified
Added
Removed
  • Singular/libparse.h

    r474fb0f r0a3ddd  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: libparse.h,v 1.8 1998-06-13 12:44:43 krueger Exp $ */
     6/* $Id: libparse.h,v 1.9 1998-10-21 10:25:37 krueger Exp $ */
    77/*
    88* ABSTRACT: lib parsing
     
    1919#ifdef HAVE_NAMESPACES
    2020int yylplex(char *libname, char *libfile, lib_style_types *lib_style,
    21            idhdl pl, lp_modes=LOAD_LIB);
     21           idhdl pl, BOOLEAN autoexport=FALSE, lp_modes=LOAD_LIB);
    2222#else /* HAVE_NAMESPACES */
    2323int yylplex(char *libname, char *libfile, lib_style_types *lib_style,
Note: See TracChangeset for help on using the changeset viewer.