Changeset 3621e73 in git
- Timestamp:
- Feb 5, 2013, 11:59:54 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 8436eb4f6569b8028c52e48106505001a3771c6b
- Parents:
- 5d442eefec45e6f6ef26b9339cc3898098077526
- Location:
- Singular
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iplib.cc
r5d442e r3621e73 914 914 } 915 915 /*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/ 916 BOOLEAN iiLoadLIB(FILE *fp, c har *libnamebuf, char*newlib,916 BOOLEAN iiLoadLIB(FILE *fp, const char *libnamebuf, char*newlib, 917 917 idhdl pl, BOOLEAN autoexport, BOOLEAN tellerror) 918 918 { -
Singular/ipshell.h
r5d442e r3621e73 91 91 poly iiHighCorner(ideal i, int ak); 92 92 char * iiConvName(const char *libname); 93 BOOLEAN iiLoadLIB(FILE *fp, c har *libnamebuf, char *newlib,93 BOOLEAN iiLoadLIB(FILE *fp, const char *libnamebuf, char *newlib, 94 94 idhdl pl, BOOLEAN autoexport, BOOLEAN tellerror); 95 95 -
Singular/libparse.cc
r5d442e r3621e73 1203 1203 1204 1204 #undef YY_DECL 1205 #define YY_DECL int yylex(char *newlib, c har *libfile, \1205 #define YY_DECL int yylex(char *newlib, const char *libfile, \ 1206 1206 lib_style_types *lib_style, \ 1207 1207 idhdl pl, BOOLEAN autoexport, lp_modes mode) -
Singular/libparse.h
r5d442e r3621e73 78 78 const char *procname, int line, long pos, BOOLEAN pstatic=FALSE); 79 79 80 int yylplex(char *libname, c har *libfile, lib_style_types *lib_style,80 int yylplex(char *libname, const char *libfile, lib_style_types *lib_style, 81 81 idhdl pl, BOOLEAN autoexport=FALSE, lp_modes=LOAD_LIB); 82 82 -
Singular/libparse.ll
r5d442e r3621e73 155 155 156 156 #undef YY_DECL 157 #define YY_DECL int yylex(char *newlib, c har *libfile, \157 #define YY_DECL int yylex(char *newlib, const char *libfile, \ 158 158 lib_style_types *lib_style, \ 159 159 idhdl pl, BOOLEAN autoexport, lp_modes mode)
Note: See TracChangeset
for help on using the changeset viewer.