Changeset 3621e73 in git


Ignore:
Timestamp:
Feb 5, 2013, 11:59:54 AM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8436eb4f6569b8028c52e48106505001a3771c6b
Parents:
5d442eefec45e6f6ef26b9339cc3898098077526
Message:
fix: jjLOAD from master
Location:
Singular
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r5d442e r3621e73  
    914914}
    915915/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
    916 BOOLEAN iiLoadLIB(FILE *fp, char *libnamebuf, char*newlib,
     916BOOLEAN iiLoadLIB(FILE *fp, const char *libnamebuf, char*newlib,
    917917             idhdl pl, BOOLEAN autoexport, BOOLEAN tellerror)
    918918{
  • Singular/ipshell.h

    r5d442e r3621e73  
    9191poly    iiHighCorner(ideal i, int ak);
    9292char *  iiConvName(const char *libname);
    93 BOOLEAN iiLoadLIB(FILE *fp, char *libnamebuf, char *newlib,
     93BOOLEAN iiLoadLIB(FILE *fp, const char *libnamebuf, char *newlib,
    9494                         idhdl pl, BOOLEAN autoexport, BOOLEAN tellerror);
    9595
  • Singular/libparse.cc

    r5d442e r3621e73  
    12031203
    12041204#undef YY_DECL
    1205 #define YY_DECL int yylex(char *newlib, char *libfile, \
     1205#define YY_DECL int yylex(char *newlib, const char *libfile, \
    12061206                           lib_style_types *lib_style, \
    12071207                           idhdl pl, BOOLEAN autoexport, lp_modes mode)
  • Singular/libparse.h

    r5d442e r3621e73  
    7878              const char *procname, int line, long pos, BOOLEAN pstatic=FALSE);
    7979
    80 int yylplex(char *libname, char *libfile, lib_style_types *lib_style,
     80int yylplex(char *libname, const char *libfile, lib_style_types *lib_style,
    8181           idhdl pl, BOOLEAN autoexport=FALSE, lp_modes=LOAD_LIB);
    8282
  • Singular/libparse.ll

    r5d442e r3621e73  
    155155
    156156#undef YY_DECL
    157 #define YY_DECL int yylex(char *newlib, char *libfile, \
     157#define YY_DECL int yylex(char *newlib, const char *libfile, \
    158158                           lib_style_types *lib_style, \
    159159                           idhdl pl, BOOLEAN autoexport, lp_modes mode)
Note: See TracChangeset for help on using the changeset viewer.