Changeset db45a2 in git for Singular/grammar.y


Ignore:
Timestamp:
Aug 10, 2011, 4:02:17 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1085d42039758a8ec5ff857d7c0b1d53388050e6
Parents:
92d6849100514317f65f8b2200dd0ec32ce68b7c
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-10 16:02:17+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:18:26+01:00
Message:
fix grammar.y/grammar.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/grammar.y

    r92d684 rdb45a2  
    2020#include <misc/options.h>
    2121#include <Singular/stype.h>
     22#include <Singular/fehelp.h>
    2223#include <Singular/ipid.h>
    2324#include <misc/intvec.h>
     
    569570              if (strcmp(tmp,$1)!=0)
    570571              {
    571                 nlRead($1,&n);
     572                n_Read($1,&n,coeffs_BIGINT);
    572573                $$.rtyp=BIGINT_CMD;
    573574                $$.data = n;
Note: See TracChangeset for help on using the changeset viewer.