Changeset 1d98db in git for factory/readcf.cc


Ignore:
Timestamp:
Dec 9, 1997, 12:46:05 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
49c9ccbf377749c1280b9ff3af8220f122c57ffb
Parents:
cd254c63ba05bdde6127f3a110be20c90d58936b
Message:
	* readcf.cc: readcf.y changed


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

Legend:

Unmodified
Added
Removed
  • factory/readcf.cc

    rcd254c r1d98db  
    11
    2 /*  A Bison parser, made from ../source/readcf.y  */
     2/*  A Bison parser, made from ../factory/readcf.y  */
    33
    44#define YYBISON 1  /* Identify Bison output.  */
     
    77#define NEG     259
    88
    9 #line 4 "../source/readcf.y"
    10 
     9#line 4 "../factory/readcf.y"
     10
     11
     12#ifdef WINNT
     13#include <malloc.h>
     14#include <memory.h>
     15#define alloca _alloca
     16#endif
    1117
    1218#include <config.h>
     
    120126#if YYDEBUG != 0
    121127static const short yyrline[] = { 0,
    122     49,    50,    53,    54,    57,    58,    59,    60,    61,    62,
    123     63,    64,    65
     128    55,    56,    59,    60,    63,    64,    65,    66,    67,    68,
     129    69,    70,    71
    124130};
    125131
     
    621627
    622628case 4:
    623 #line 54 "../source/readcf.y"
     629#line 60 "../factory/readcf.y"
    624630{ *retvalue = yyvsp[-1].getval(); return 0; ;
    625631    break;}
    626632case 5:
    627 #line 57 "../source/readcf.y"
     633#line 63 "../factory/readcf.y"
    628634{ yyval = yyvsp[0]; ;
    629635    break;}
    630636case 6:
    631 #line 58 "../source/readcf.y"
     637#line 64 "../factory/readcf.y"
    632638{ yyval = yyvsp[-2].getval() + yyvsp[0].getval(); ;
    633639    break;}
    634640case 7:
    635 #line 59 "../source/readcf.y"
     641#line 65 "../factory/readcf.y"
    636642{ yyval = yyvsp[-2].getval() - yyvsp[0].getval(); ;
    637643    break;}
    638644case 8:
    639 #line 60 "../source/readcf.y"
     645#line 66 "../factory/readcf.y"
    640646{ yyval = yyvsp[-2].getval() * yyvsp[0].getval(); ;
    641647    break;}
    642648case 9:
    643 #line 61 "../source/readcf.y"
     649#line 67 "../factory/readcf.y"
    644650{ yyval = yyvsp[-2].getval() / yyvsp[0].getval(); ;
    645651    break;}
    646652case 10:
    647 #line 62 "../source/readcf.y"
     653#line 68 "../factory/readcf.y"
    648654{ yyval = -yyvsp[0].getval(); ;
    649655    break;}
    650656case 11:
    651 #line 63 "../source/readcf.y"
     657#line 69 "../factory/readcf.y"
    652658{ yyval = yyvsp[0].getval(); ;
    653659    break;}
    654660case 12:
    655 #line 64 "../source/readcf.y"
     661#line 70 "../factory/readcf.y"
    656662{ yyval = power( yyvsp[-2].getval(), yyvsp[0].getintval() ); ;
    657663    break;}
    658664case 13:
    659 #line 65 "../source/readcf.y"
     665#line 71 "../factory/readcf.y"
    660666{ yyval = yyvsp[-1].getval(); ;
    661667    break;}
     
    855861  goto yynewstate;
    856862}
    857 #line 68 "../source/readcf.y"
     863#line 74 "../factory/readcf.y"
    858864
    859865
Note: See TracChangeset for help on using the changeset viewer.