Changeset d636ad in git for Singular/grammar.y


Ignore:
Timestamp:
Mar 11, 1998, 1:03:47 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
085370c3bc7e4c1b7148b5e0a0697d932dd8d11e
Parents:
c842903d4ea262ba5ecbf06f4ecb1cf7473572fe
Message:
* hannes: introduce libparse.h for iiInitSingularProcinfo
   => changes in libparse.l, grammar.y


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

Legend:

Unmodified
Added
Removed
  • Singular/grammar.y

    rc842903 rd636ad  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: grammar.y,v 1.23 1998-03-06 11:51:13 krueger Exp $ */
     4/* $Id: grammar.y,v 1.24 1998-03-11 12:03:40 Singular Exp $ */
    55/*
    66* ABSTRACT: SINGULAR shell grammatik
     
    4545#include "syz.h"
    4646#include "lists.h"
    47 
    48 
    49 procinfo *iiInitSingularProcinfo(procinfo *pi, char *libname, char *procname,
    50                                  int line, long pos, BOOLEAN pstatic=FALSE);
     47#include "libparse.h"
     48
    5149
    5250extern int   yylineno;
Note: See TracChangeset for help on using the changeset viewer.