Changeset e2202ee in git for Singular/libparse.h


Ignore:
Timestamp:
Oct 30, 2013, 6:06:10 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
6bf3eb6562daca62390dcfae2e79a0bbe6b0bb5f
Parents:
17bdb2dc9f70b60fd8d6e0b982bce9729a6f2792
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-30 18:06:10+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-31 10:34:28+01:00
Message:
fix: compiler warnings (64bit/const char*)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/libparse.h

    r17bdb2 re2202ee  
    7878              const char *procname, int line, long pos, BOOLEAN pstatic=FALSE);
    7979
    80 int yylplex(char *libname, const char *libfile, lib_style_types *lib_style,
     80int yylplex(const char *libname, const char *libfile, lib_style_types *lib_style,
    8181           idhdl pl, BOOLEAN autoexport=FALSE, lp_modes=LOAD_LIB);
    8282
Note: See TracChangeset for help on using the changeset viewer.